Magellan Linux

Annotation of /trunk/todo/xbiso/xbiso-0.6.1-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2642 - (hide annotations) (download)
Thu Jul 9 20:42:55 2009 UTC (14 years, 11 months ago) by niro
File size: 913 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/xbiso/xbiso-0.6.1-r4.smage2,v 1.2 2008/02/07 14:23:55 niro Exp $
2    
3     PNAME="xbiso"
4     PVER="0.6.1"
5     PBUILD="r4"
6    
7     PCATEGORIE="app-cdr"
8     STATE="testing"
9    
10     DESCRIPTION="xbox xdvdfs iso extraction utility."
11     HOMEPAGE="http://xbiso.sourceforge.net/"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     SRC_URI=(
19     sourceforge://${PNAME}/${SRCFILE}
20     mirror://${PNAME}/${SRCFILE}
21     )
22    
23     src_prepare()
24     {
25     munpack ${SRCFILE} || die
26     }
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31     mconfigure --disable-ftp || die
32    
33     # LIBS=-lm fixes compilation on x86_64
34     # x86_64-pc-linux-gnu-gcc -O2 -pipe -o xbiso xbiso.c
35     # xbiso.c:(.text+0x625): undefined reference to `ceil'
36     mmake LIBS=-lm || die
37     }
38    
39     src_install() {
40     cd ${SRCDIR}
41    
42     # needed directories
43     install -d ${BINDIR}/usr/bin || die
44    
45     make prefix=${BINDIR}/usr install || die
46     minstalldocs CHANGELOG LICENSE README || die
47     }

Properties

Name Value
svn:keywords Id