summaryrefslogtreecommitdiffstats
path: root/automake/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'automake/Pkgfile')
-rw-r--r--automake/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/automake/Pkgfile b/automake/Pkgfile
deleted file mode 100644
index 71b19ab..0000000
--- a/automake/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-description="A tool for automatically generating Makefiles"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.gnu.org/software/automake/"
-depends=(gawk perl autoconf)
-
-name=automake
-version=1.11.1
-release=1
-source=(http://ftp.gnu.org/gnu/automake/automake-1.11.1.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
-}