diff options
Diffstat (limited to 'cpio')
-rw-r--r-- | cpio/.footprint | 6 | ||||
-rw-r--r-- | cpio/.md5sum | 1 | ||||
-rw-r--r-- | cpio/Pkgfile | 19 | ||||
-rw-r--r-- | cpio/Pkgfile.old | 19 |
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 -} |