Magellan Linux

Annotation of /smage/trunk/core/cpio/cpio-2.11-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1471 - (hide annotations) (download)
Thu Mar 3 14:18:54 2011 UTC (13 years, 2 months ago) by niro
File size: 721 byte(s)
-rev bump for mass rebuild
1 niro 1471 # $Id: cpio-2.10-r1.smage2 3198 2009-10-16 10:52:33Z niro $
2    
3     PNAME="cpio"
4     PVER="2.11"
5     PBUILD="r2"
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=">= virtual/sed"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     MCORE_ONLY_KEEP="bin/cpio"
20     sminclude mbuild mcore-split
21    
22     SRC_URI=(
23     gnu://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnu ${PNAME}"
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     mconfigure \
34     --bindir=/bin \
35     --libexecdir=/usr/$(mlibdir)/cpio \
36     --with-rmt=/usr/sbin/rmt \
37     --disable-nls \
38     || die
39    
40     mmake || die
41     }