5 | | name dpkg |
6 | | version 1.14.29 |
7 | | revision 4 |
8 | | platforms darwin freebsd |
9 | | categories sysutils archivers |
10 | | license GPL-2+ |
11 | | maintainers nomaintainer |
12 | | description Debian package maintenance system |
13 | | long_description ${description} |
14 | | homepage http://wiki.debian.org/Teams/Dpkg |
15 | | |
16 | | master_sites debian:d/dpkg/ |
17 | | checksums md5 4326172a959b5b6484b4bc126e9f628d \ |
18 | | sha1 15a35dd96dac6a99f24844b2eff85f8fad37ab06 |
| 6 | name dpkg |
| 7 | version 1.14.29 |
| 8 | revision 4 |
| 9 | platforms darwin freebsd |
| 10 | categories sysutils archivers |
| 11 | license GPL-2+ |
| 12 | maintainers nomaintainer |
| 13 | description Debian package maintenance system |
| 14 | long_description ${description} |
| 15 | homepage http://wiki.debian.org/Teams/Dpkg |
| 16 | |
| 17 | master_sites debian:d/dpkg/ |
| 18 | checksums md5 4326172a959b5b6484b4bc126e9f628d \ |
| 19 | sha1 15a35dd96dac6a99f24844b2eff85f8fad37ab06 |
21 | | depends_lib port:gettext \ |
22 | | port:libiconv \ |
23 | | port:perl5 \ |
24 | | port:coreutils \ |
25 | | port:bzip2 \ |
26 | | port:zlib |
27 | | |
28 | | depends_run bin:gnutar:gnutar \ |
29 | | bin:lzma:xz |
30 | | |
31 | | |
32 | | distname ${name}_${version} |
33 | | worksrcdir ${name}-${version} |
34 | | |
35 | | patchfiles patch-lib_tarfn.c \ |
36 | | patch-main_remove.c \ |
37 | | patch-main_archives.c \ |
38 | | patch-scripts-Makefile \ |
39 | | patch-lib_dpkg.h \ |
40 | | ncurses.diff |
41 | | |
42 | | configure.env PERL=${prefix}/bin/perl5 |
43 | | configure.args --without-sgml-doc --with-libintl-prefix=${prefix} \ |
44 | | --with-libiconv-prefix=${prefix} --with-admindir=${prefix}/var/db/dpkg \ |
45 | | --mandir=${prefix}/share/man \ |
46 | | --with-zlib --with-bz2 \ |
47 | | --disable-linker-optimisations |
| 22 | depends_lib port:gettext \ |
| 23 | port:libiconv \ |
| 24 | port:perl5 \ |
| 25 | port:coreutils \ |
| 26 | port:bzip2 \ |
| 27 | port:zlib |
| 28 | |
| 29 | depends_run bin:gnutar:gnutar \ |
| 30 | bin:lzma:xz |
| 31 | |
| 32 | |
| 33 | distname ${name}_${version} |
| 34 | worksrcdir ${name}-${version} |
| 35 | |
| 36 | patchfiles patch-lib_tarfn.c \ |
| 37 | patch-main_remove.c \ |
| 38 | patch-main_archives.c \ |
| 39 | patch-scripts-Makefile \ |
| 40 | patch-lib_dpkg.h \ |
| 41 | ncurses.diff |
| 42 | |
| 43 | configure.env PERL=${prefix}/bin/perl5 |
| 44 | configure.args --without-sgml-doc --with-libintl-prefix=${prefix} \ |
| 45 | --with-libiconv-prefix=${prefix} --with-admindir=${prefix}/var/db/dpkg \ |
| 46 | --mandir=${prefix}/share/man \ |
| 47 | --with-zlib --with-bz2 \ |
| 48 | --disable-linker-optimisations |