diff options
author | sibel <lesibel@free.fr> | 2011-01-12 08:04:53 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-12 08:04:53 +0100 |
commit | 535cd01cccef2c49e573a3049efc2b7c8761bf7b (patch) | |
tree | 1e213f49fa95a886ed05309b4f022cc861a7c3c7 /base | |
parent | 74ae895de0a49737faf0df3b37cb3239f78d6e64 (diff) | |
download | nutyx-pakxe-535cd01cccef2c49e573a3049efc2b7c8761bf7b.tar.gz nutyx-pakxe-535cd01cccef2c49e573a3049efc2b7c8761bf7b.tar.bz2 nutyx-pakxe-535cd01cccef2c49e573a3049efc2b7c8761bf7b.tar.xz nutyx-pakxe-535cd01cccef2c49e573a3049efc2b7c8761bf7b.zip |
fam, maj 2.7.0-1
Diffstat (limited to 'base')
-rw-r--r-- | base/fam/Pkgfile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/base/fam/Pkgfile b/base/fam/Pkgfile index 2ee26aa6d..7bc1397fa 100644 --- a/base/fam/Pkgfile +++ b/base/fam/Pkgfile @@ -6,10 +6,12 @@ name=fam version=2.7.0 release=1 -source=(ftp://oss.sgi.com/projects/fam/download/stable/$name-$version.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/fam-2.7.0-dnotify.patch \ - http://nutyx.meticul.eu/files/patchs/$name/fam-2.7.0-largefiles.patch \ - http://nutyx.meticul.eu/files/patchs/$name/{fam-2.7.0-limits.patch,fam-2.7.0-buildfixes.patch,famd) +source=(ftp://oss.sgi.com/projects/fam/download/stable/$name-$version.tar.gz + http://nutyx.meticul.eu/files/patchs/$name/fam-2.7.0-dnotify.patch + http://nutyx.meticul.eu/files/patchs/$name/fam-2.7.0-largefiles.patch + http://nutyx.meticul.eu/files/patchs/$name/fam-2.7.0-limits.patch + http://nutyx.meticul.eu/files/patchs/$name/fam-2.7.0-buildfixes.patch + http://nutyx.meticul.eu/files/patchs/$name/famd) build() { cd $name-$version @@ -21,7 +23,7 @@ build() { chmod 755 configure autoheader aclocal - automake + automake -a -c autoconf libtoolize --copy --force |