Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2374 - (show annotations) (download)
Thu Jul 9 19:46:51 2009 UTC (14 years, 10 months ago) by niro
File size: 880 byte(s)
-moved to 'todo'
1 # $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