Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 6 months ago) by niro
File size: 735 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/cpio/cpio-2.9-r1.smage2,v 1.2 2008/02/12 08:50:04 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
20
21 SRC_URI=(
22 gnu://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_gnu ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure \
33 CPIO_MT_PROG=mt \
34 --bindir=/bin \
35 --libexecdir=/usr/$(mlibdir)/cpio \
36 --with-rmt=/usr/sbin/rmt \
37 --enable-nls \
38 || die
39
40 mmake || die
41 }

Properties

Name Value
svn:keywords Id