summaryrefslogtreecommitdiffstats
path: root/automake/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 04:08:35 +0100
committerLukc <lukc@upyum.com>2010-12-12 04:08:35 +0100
commited68156247c078dd807340a8ab58085859154f45 (patch)
tree2b7458b145bdbd4c61b1a21a3d6c1ff6196b2114 /automake/Pkgfile.old
parent2377f442246508a3703bdae41efa8d1b8acf3cb5 (diff)
downloaddevel-ed68156247c078dd807340a8ab58085859154f45.tar.gz
devel-ed68156247c078dd807340a8ab58085859154f45.tar.bz2
devel-ed68156247c078dd807340a8ab58085859154f45.tar.xz
devel-ed68156247c078dd807340a8ab58085859154f45.zip
Recette d'automake ajout?e.
Diffstat (limited to 'automake/Pkgfile.old')
-rw-r--r--automake/Pkgfile.old21
1 files changed, 21 insertions, 0 deletions
diff --git a/automake/Pkgfile.old b/automake/Pkgfile.old
new file mode 100644
index 0000000..a14286e
--- /dev/null
+++ b/automake/Pkgfile.old
@@ -0,0 +1,21 @@
+# Description: A tool for automatically generating Makefiles
+# URL: http://www.gnu.org/software/automake/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: gawk, perl, autoconf
+
+name=automake
+version=1.11.1
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -r $PKG/usr/share/{info,doc}
+ rm $PKG/usr/share/automake-*/texinfo.tex
+}