summaryrefslogtreecommitdiffstats
path: root/automake/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 06:10:33 +0100
committerpiernov <piernov@piernov.org>2012-03-04 06:10:33 +0100
commit628c8498af2f7b9906f997518d095538f9f6cfc5 (patch)
tree2f27fc3a893699d130b1b7dc5c382410c3088f62 /automake/Pkgfile
parent44c2fd1e9ddf04e05f00a2966817c020f8c589b8 (diff)
downloadnutyx-pakxe-628c8498af2f7b9906f997518d095538f9f6cfc5.tar.gz
nutyx-pakxe-628c8498af2f7b9906f997518d095538f9f6cfc5.tar.bz2
nutyx-pakxe-628c8498af2f7b9906f997518d095538f9f6cfc5.tar.xz
nutyx-pakxe-628c8498af2f7b9906f997518d095538f9f6cfc5.zip
automake 1.11.3-1 màj port
Diffstat (limited to 'automake/Pkgfile')
-rwxr-xr-xautomake/Pkgfile20
1 files changed, 10 insertions, 10 deletions
diff --git a/automake/Pkgfile b/automake/Pkgfile
index 13b5322e8..5aecc4eb2 100755
--- a/automake/Pkgfile
+++ b/automake/Pkgfile
@@ -4,17 +4,17 @@
# Packager: thierryn1 at hispeed dot ch
name=automake
-version=1.11.1
+version=1.11.3
release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
-cd $name-$version
-./configure --prefix=/usr
-make
-make prefix=$PKG/usr install
-if [ -f $PKG/usr/share/info/dir ]; then
- rm $PKG/usr/share/info/dir
-fi
-rm -r $PKG/usr/share/doc
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+ if [ -f $PKG/usr/share/info/dir ]; then
+ rm $PKG/usr/share/info/dir
+ fi
+ rm -r $PKG/usr/share/doc
}