summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 07:44:55 +0100
committerLukc <lukc@upyum.com>2010-12-12 07:44:55 +0100
commiteb6cb23a9a2d6eafd6a31ad61724f45c5d3ed9b6 (patch)
treee6e5753f3e7ecb3cb0732681105dca52559216a3
parenta1db42b7b4c496cd32f2fa01cc8931f7b133264d (diff)
downloadbase-eb6cb23a9a2d6eafd6a31ad61724f45c5d3ed9b6.tar.gz
base-eb6cb23a9a2d6eafd6a31ad61724f45c5d3ed9b6.tar.bz2
base-eb6cb23a9a2d6eafd6a31ad61724f45c5d3ed9b6.tar.xz
base-eb6cb23a9a2d6eafd6a31ad61724f45c5d3ed9b6.zip
Recette de cpio retirée.
-rw-r--r--cpio/.footprint6
-rw-r--r--cpio/.md5sum1
-rw-r--r--cpio/Pkgfile19
-rw-r--r--cpio/Pkgfile.old19
4 files changed, 0 insertions, 45 deletions
diff --git a/cpio/.footprint b/cpio/.footprint
deleted file mode 100644
index 635fa76..0000000
--- a/cpio/.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/cpio
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/cpio.1.gz
diff --git a/cpio/.md5sum b/cpio/.md5sum
deleted file mode 100644
index fa55cfa..0000000
--- a/cpio/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-20fc912915c629e809f80b96b2e75d7d cpio-2.11.tar.bz2
diff --git a/cpio/Pkgfile b/cpio/Pkgfile
deleted file mode 100644
index 059d7e8..0000000
--- a/cpio/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-description="A tool to copy files into or out of a cpio or tar archive"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.gnu.org/software/cpio/"
-depends=()
-
-name=cpio
-version=2.11
-release=1
-source=(http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.bz2)
-build ()
-{
- cd $name-$version;
- ./configure --prefix=/usr --mandir=/usr/man --disable-nls;
- make;
- make DESTDIR=$PKG install;
- rm -r $PKG/usr/{share,libexec};
- rm $PKG/usr/man/man1/mt.1
-}
diff --git a/cpio/Pkgfile.old b/cpio/Pkgfile.old
deleted file mode 100644
index cae5a65..0000000
--- a/cpio/Pkgfile.old
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: A tool to copy files into or out of a cpio or tar archive
-# URL: http://www.gnu.org/software/cpio/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-
-name=cpio
-version=2.11
-release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --disable-nls
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/{share,libexec}
- rm $PKG/usr/man/man1/mt.1
-}