cpio: update to 2.9

This commit is contained in:
Juergen Daubert 2007-07-06 08:46:48 +02:00
parent 67e0ec2385
commit 226a4ba7e1
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
748117d64e156f79e223cf68904c949c cpio-2.8.tar.bz2
e387abfdae3a0b9a8a5f762db653a96d cpio-2.9.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=cpio
version=2.8
version=2.9
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
@ -11,9 +11,10 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-rmt=/usr/lib/tar/rmt \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{share,libexec}
rm -r $PKG/usr/{share,libexec}
rm $PKG/usr/man/man1/mt.1
}