Magellan Linux

Annotation of /trunk/todo/gxiso/gxiso-1.5-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/gxiso/gxiso-1.5-r6.smage2
File size: 880 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/gxiso/gxiso-1.5-r6.smage2,v 1.1 2008/08/15 12:56:54 niro Exp $
2    
3     PNAME="gxiso"
4     PVER="1.5"
5     PBUILD="r6"
6    
7     PCATEGORIE="app-cdr"
8     STATE="unstable"
9    
10     DESCRIPTION="gxiso is a gtk2+ program to extract and/or upload xbox iso images to the xbox."
11     HOMEPAGE="http://gxiso.berlios.de/"
12    
13     DEPEND=">= x11-libs/gtk2+-2.12
14     >= dev-lang/python-2.5
15     >= dev-python/pygtk-2.12"
16    
17     SDEPEND=">= sys-apps/tar-1.14"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.gz"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude python mtools
23    
24     SRC_URI=(
25     http://download.berlios.de/${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd_berlios ${PNAME}"
30    
31     src_install()
32     {
33     cd ${SRCDIR}
34    
35     python_src_install || die
36    
37     # move some files to proper locations and symlink them
38     mv ${BINDIR}/usr/bin/gxiso.py ${BINDIR}/usr/share/gxiso || die
39     mlink /usr/share/gxiso/gxiso.py /usr/bin/gxiso || die
40     }

Properties

Name Value
svn:keywords Id