summaryrefslogtreecommitdiffstats
path: root/automake/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'automake/Pkgfile.old')
-rw-r--r--automake/Pkgfile.old21
1 files changed, 0 insertions, 21 deletions
diff --git a/automake/Pkgfile.old b/automake/Pkgfile.old
deleted file mode 100644
index a14286e..0000000
--- a/automake/Pkgfile.old
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-}