summaryrefslogtreecommitdiffstats
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
parent9769d39d792c1e912234e23e663ba8bd21a6386e (diff)
downloadbase-883195417ca195c8fa1397455f9dde957a3b7a78.tar.gz
base-883195417ca195c8fa1397455f9dde957a3b7a78.tar.bz2
base-883195417ca195c8fa1397455f9dde957a3b7a78.tar.xz
base-883195417ca195c8fa1397455f9dde957a3b7a78.zip
Recette de m4 retir?e.
-rw-r--r--m4/.footprint6
-rw-r--r--m4/.md5sum1
-rw-r--r--m4/Pkgfile18
-rw-r--r--m4/Pkgfile.old16
4 files changed, 0 insertions, 41 deletions
diff --git a/m4/.footprint b/m4/.footprint
deleted file mode 100644
index 77bda8b..0000000
--- a/m4/.footprint
+++ /dev/null
@@ -1,6 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/m4
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/m4.1.gz
diff --git a/m4/.md5sum b/m4/.md5sum
deleted file mode 100644
index 0f802fc..0000000
--- a/m4/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-1caf3410e6590f493834dc99ee04d027 m4-1.4.15.tar.xz
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
-}
diff --git a/m4/Pkgfile.old b/m4/Pkgfile.old
deleted file mode 100644
index 4ac10df..0000000
--- a/m4/Pkgfile.old
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: A standard Unix macro processor with extensions
-# URL: http://www.seindal.dk/rene/gnu/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-
-name=m4
-version=1.4.15
-release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share
-}