summaryrefslogtreecommitdiffstats
path: root/cpio/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'cpio/Pkgfile.old')
-rw-r--r--cpio/Pkgfile.old19
1 files changed, 0 insertions, 19 deletions
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
-}