diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 17:16:37 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 17:16:37 +0200 |
commit | 25faada8813b3992dba2e0c85d98a2b4d3d2d3a2 (patch) | |
tree | 2e17d8fb3c10023c531cd2436c4910d9171195f4 /extra/a2ps/Pkgfile | |
parent | 1550acc209fb3f2314ac33230ca2fdc97fbf5e7e (diff) | |
download | nutyx-pakxe-25faada8813b3992dba2e0c85d98a2b4d3d2d3a2.tar.gz nutyx-pakxe-25faada8813b3992dba2e0c85d98a2b4d3d2d3a2.tar.bz2 nutyx-pakxe-25faada8813b3992dba2e0c85d98a2b4d3d2d3a2.tar.xz nutyx-pakxe-25faada8813b3992dba2e0c85d98a2b4d3d2d3a2.zip |
a2ps, port nettoyé
Diffstat (limited to 'extra/a2ps/Pkgfile')
-rwxr-xr-x | extra/a2ps/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/a2ps/Pkgfile b/extra/a2ps/Pkgfile index ecc0e72d5..f7b790016 100755 --- a/extra/a2ps/Pkgfile +++ b/extra/a2ps/Pkgfile @@ -9,8 +9,9 @@ version=4.14 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz \ -a2ps-4.14-check-mempcpy.patch a2ps-4.14-fix-stpcpy-proto.patch \ -a2ps-4.13c-fnmatch-replacement.patch) +http://nutyx.meticul.eu/files/patchs/$name/a2ps-4.14-check-mempcpy.patch\ +http://nutyx.meticul.eu/files/patchs/$name/a2ps-4.14-fix-stpcpy-proto.patch \ +http://nutyx.meticul.eu/files/patchs/$name/a2ps-4.13c-fnmatch-replacement.patch) build() { cd $name-$version |