1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name coreutils |
---|
5 | version 5.96 |
---|
6 | categories sysutils |
---|
7 | maintainers toby@opendarwin.org |
---|
8 | description GNU File, Shell, and Text utilities |
---|
9 | long_description \ |
---|
10 | The GNU Core Utilities are the basic file, shell, and text manipulation \ |
---|
11 | utilities of the GNU operating system. These are the core utilities which \ |
---|
12 | are expected to exist on every operating system. Previously these \ |
---|
13 | utilities were offered as three individual sets of GNU utilities, \ |
---|
14 | fileutils, shellutils, and textutils. Those three have been combined into \ |
---|
15 | a single set of utilities called the coreutils. |
---|
16 | homepage http://www.gnu.org/software/coreutils/ |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | master_sites gnu |
---|
20 | use_bzip2 yes |
---|
21 | checksums sha1 782379daf200427058ca94a408566d600f779823 |
---|
22 | |
---|
23 | configure.args --program-prefix=g \ |
---|
24 | --infodir=${prefix}/share/info \ |
---|
25 | --mandir=${prefix}/share/man \ |
---|
26 | --disable-nls |
---|
27 | |
---|
28 | post-destroot { |
---|
29 | file delete -force ${destroot}${prefix}/share/info/dir |
---|
30 | file delete -force ${destroot}${prefix}/lib/charset.alias |
---|
31 | } |
---|