summaryrefslogtreecommitdiffstats
path: root/autoconf/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/Pkgfile.old')
-rw-r--r--autoconf/Pkgfile.old16
1 files changed, 0 insertions, 16 deletions
diff --git a/autoconf/Pkgfile.old b/autoconf/Pkgfile.old
deleted file mode 100644
index 2e495be..0000000
--- a/autoconf/Pkgfile.old
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: A package of M4 macros to produce scripts to automatically configure sourcecode
-# URL: http://www.gnu.org/software/autoconf
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-
-name=autoconf
-version=2.67
-release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
-
-build () {
- cd $name-$version
- ./configure --prefix=/usr --mandir=$PKG/usr/man
- make
- make prefix=$PKG/usr install
- rm -r $PKG/usr/share/info
-}