CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
37968bf7787a2296b8ab94e51803df27427e9f4c
[crossrootfs.git] / libarchive / Pkgfile
1 # Description: Library to create and read several archive formats
2 # URL: http://people.freebsd.org/~kientzle/libarchive/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
5 # Depends on: bzip2 zlib
6
7 name=libarchive
8 version=2.7.1
9 release=1
10 source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
11
12 build() {
13 cd libarchive-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man \
18 --disable-xattr
19 make
20 make DESTDIR=$PKG install
21 }