Magellan Linux

Contents of /trunk/extras/libarchive/libarchive-2.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3961 - (show annotations) (download)
Sat Nov 14 13:32:26 2009 UTC (14 years, 6 months ago) by niro
File size: 828 byte(s)
-removed upstream patches
1 # $Id$
2
3 PNAME="libarchive"
4 PVER="2.7.1"
5 PBUILD="r1"
6
7 PCATEGORIE="app-arch"
8 STATE="unstable"
9
10 DESCRIPTION=""
11 HOMEPAGE="http://people.freebsd.org/~kientzle/libarchive/"
12
13 DEPEND=">= app-arch/bzip2-1.0.5
14 >= sys-libs/zlib-1.2"
15
16 SDEPEND=">= sys-fs/e2fsprogs-1.41
17 >= virtual/kernel-headers"
18
19 SRCFILE="${PNAME}-${PVER}.tar.gz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild
23
24 SRC_URI=(
25 http://libarchive.googlecode.com/files/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd http://code.google.com/p/${PNAME}/downloads/list | firsttarball gz"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure \
36 --disable-dependency-tracking \
37 --bindir=/bin \
38 --enable-bsdtar=shared \
39 --enable-bsdcpio=shared \
40 --disable-acl \
41 --disable-xattr \
42 --with-zlib \
43 --with-bz2lib\
44 --without-lzma \
45 || die
46
47 mmake || die
48 }

Properties

Name Value
svn:keywords Id