Magellan Linux

Annotation of /branches/magellan-next/core/xz-utils/xz-utils-4.999.9beta-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6811 - (hide annotations) (download)
Wed Sep 22 16:43:21 2010 UTC (13 years, 8 months ago) by niro
File size: 553 byte(s)
auto added: ver bump to 4.999.9beta-r1
1 niro 6811 # $Id$
2    
3     PNAME="xz-utils"
4     PVER="4.999.9beta"
5     PBUILD="r1"
6    
7     PCATEGORIE="app-arch"
8     STATE="unstable"
9    
10     DESCRIPTION="Library and command line tools for XZ and LZMA compressed files."
11     HOMEPAGE="http://tukaani.org/xz/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="xz-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/xz-${PVER}"
17    
18     sminclude mbuild multilib
19    
20     SRC_URI=(
21     http://tukaani.org/xz/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26    
27     src_compile()
28     {
29     mconfigure --enable-dynamic=yes --enable-threads --enable-nls || die
30     mmake || die
31     }