summaryrefslogtreecommitdiffstats
path: root/autoconf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/Pkgfile')
-rwxr-xr-xautoconf/Pkgfile17
1 files changed, 7 insertions, 10 deletions
diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile
index 11e394565..37edb3074 100755
--- a/autoconf/Pkgfile
+++ b/autoconf/Pkgfile
@@ -5,17 +5,14 @@
# Depends on:
name=autoconf
-version=2.68
+version=2.69
release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
-
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
-cd $name-$version
-./configure --prefix=/usr
-make
-make DESTDIR=$PKG install
-if [ -f $PKG/usr/share/info/dir ]; then
- rm $PKG/usr/share/info/dir
-fi
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -f $PKG/usr/share/info/dir
}