summaryrefslogtreecommitdiffstats
path: root/base/automake/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:43:41 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:43:41 +0200
commite4b4228cff31dc88201d1b6e83eff8aed6c77525 (patch)
treeddc696e06b1cbbe6fbd4b6c06ee1790e2a8959d2 /base/automake/Pkgfile
parent944b2d12c9043d84c5d3795d7a344c4baec5c20d (diff)
downloadnutyx-extra-e4b4228cff31dc88201d1b6e83eff8aed6c77525.tar.gz
nutyx-extra-e4b4228cff31dc88201d1b6e83eff8aed6c77525.tar.bz2
nutyx-extra-e4b4228cff31dc88201d1b6e83eff8aed6c77525.tar.xz
nutyx-extra-e4b4228cff31dc88201d1b6e83eff8aed6c77525.zip
Ajout de automake#1.11-1
Diffstat (limited to 'base/automake/Pkgfile')
-rwxr-xr-xbase/automake/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/automake/Pkgfile b/base/automake/Pkgfile
new file mode 100755
index 000000000..1b7224231
--- /dev/null
+++ b/base/automake/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Programmes pour générer le fichier Makefile utilisé par autoconf
+# URL:http://www.gnu.org/software/automake/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends: autoconf
+
+name=automake
+version=1.11
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+
+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
+}