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 6812 - (hide annotations) (download)
Wed Sep 22 16:47:51 2010 UTC (13 years, 8 months ago) by niro
File size: 615 byte(s)
-fixed docdir
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 niro 6812 mconfigure \
30     --docdir=/usr/share/doc/${PNAME}-${PVER} \
31     --enable-dynamic=yes \
32     --enable-threads \
33     --enable-nls \
34     || die
35    
36 niro 6811 mmake || die
37     }