CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated to 2.25-2
[crossrootfs.git] / cpio / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: A tool to copy files into or out of a cpio or tar archive
2# URL: http://www.gnu.org/software/cpio/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
5
6name=cpio
2dad6db3
VM
7version=2.12
8release=1
9source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
6dca1d21
JB
10
11build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
6dca1d21 16 --disable-nls
6d8f1a43 17
6dca1d21
JB
18 make
19 make DESTDIR=$PKG install
2dad6db3
VM
20 rm -r $PKG/usr/{libexec,share/info}
21 rm -r $PKG/usr/share/man/man8
6dca1d21 22}