summaryrefslogtreecommitdiffstats
path: root/m4/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 04:14:09 +0100
committerLukc <lukc@upyum.com>2010-12-12 04:14:09 +0100
commit883195417ca195c8fa1397455f9dde957a3b7a78 (patch)
tree2c8003411c1345b4749d65d49f229af26f32dfc3 /m4/Pkgfile
parent9769d39d792c1e912234e23e663ba8bd21a6386e (diff)
downloadbase-883195417ca195c8fa1397455f9dde957a3b7a78.tar.gz
base-883195417ca195c8fa1397455f9dde957a3b7a78.tar.bz2
base-883195417ca195c8fa1397455f9dde957a3b7a78.tar.xz
base-883195417ca195c8fa1397455f9dde957a3b7a78.zip
Recette de m4 retir?e.
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
-}