Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Sun Jan 11 01:07:49 2009 UTC (15 years, 4 months ago) by niro
File size: 620 byte(s)
-fixed old cvs headers
1 # $Id$
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