Magellan Linux

Annotation of /trunk/core/tar/tar-1.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 125 - (hide annotations) (download)
Tue Oct 14 11:50:54 2008 UTC (15 years, 8 months ago) by niro
File size: 657 byte(s)
-move to "core"
1 niro 125 # $Header: /magellan-cvs/smage/tar/tar-1.19-r1.smage2,v 1.1 2008/02/10 12:20:56 niro Exp $
2    
3     PNAME="tar"
4     PVER="1.20"
5     PBUILD="r1"
6    
7     PCATEGORIE="sys-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="Use this to try make tarballs."
11     HOMEPAGE="http://www.gnu.org/software/tar/"
12    
13     DEPEND=">= app-arch/gzip-1.2
14     >= app-arch/bzip2-1"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
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     --disable-dependency-tracking \
34     --bindir=/bin \
35     --libexecdir=/usr/sbin \
36     || die
37    
38     mmake || die
39     }

Properties

Name Value
svn:keywords Id