summaryrefslogtreecommitdiffstats
path: root/autoconf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/Pkgfile')
-rw-r--r--autoconf/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile
deleted file mode 100644
index 5b9088a..0000000
--- a/autoconf/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-description="A package of M4 macros to produce scripts to automatically configure sourcecode"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.gnu.org/software/autoconf"
-depends=()
-
-name=autoconf
-version=2.67
-release=1
-source=(ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.67.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
-}