summaryrefslogtreecommitdiffstats
path: root/m4/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'm4/Pkgfile')
-rw-r--r--m4/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/m4/Pkgfile b/m4/Pkgfile
deleted file mode 100644
index df450cd..0000000
--- a/m4/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-description="A standard Unix macro processor with extensions"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.seindal.dk/rene/gnu/"
-depends=()
-
-name=m4
-version=1.4.15
-release=1
-source=(ftp://ftp.gnu.org/gnu/m4/m4-1.4.15.tar.xz)
-build ()
-{
- cd $name-$version;
- ./configure --prefix=/usr --mandir=/usr/man;
- make;
- make DESTDIR=$PKG install;
- rm -rf $PKG/usr/share
-}