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, 16 insertions, 0 deletions
diff --git a/autoconf/Pkgfile.old b/autoconf/Pkgfile.old
new file mode 100644
index 0000000..2e495be
--- /dev/null
+++ b/autoconf/Pkgfile.old
@@ -0,0 +1,16 @@
+# 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
+}