Magellan Linux

Contents of /smage/trunk/extras/cpio/cpio-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 5 months ago) by niro
File size: 707 byte(s)
-import alx-0.9.0
1 # $Header: /alx-cvs/smage-eglibc/cpio/cpio-2.9-r1.smage2,v 1.1 2008/03/04 15:15:56 niro Exp $
2
3 PNAME="cpio"
4 PVER="2.9"
5 PBUILD="r1"
6
7 PCATEGORIE="app-arch"
8 STATE="unstable"
9
10 DESCRIPTION="Archiver that handles various types of cpio and tar archives."
11 HOMEPAGE="http://www.gnu.org/software/cpio/"
12
13 DEPEND=">= virtual/glibc"
14 SDEPEND=">= sys-apps/sed-4"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild alx
20
21 SRC_URI=(
22 gnu://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure \
31 CPIO_MT_PROG=mt \
32 --bindir=/bin \
33 --libexecdir=/usr/$(mlibdir)/cpio \
34 --with-rmt=/usr/sbin/rmt \
35 --enable-nls \
36 || die
37
38 mmake || die
39 }

Properties

Name Value
svn:keywords Id