# $Header: /magellan-cvs/smage/gxiso/gxiso-1.5-r6.smage2,v 1.1 2008/08/15 12:56:54 niro Exp $ PNAME="gxiso" PVER="1.5" PBUILD="r6" PCATEGORIE="app-cdr" STATE="unstable" DESCRIPTION="gxiso is a gtk2+ program to extract and/or upload xbox iso images to the xbox." HOMEPAGE="http://gxiso.berlios.de/" DEPEND=">= x11-libs/gtk2+-2.12 >= dev-lang/python-2.5 >= dev-python/pygtk-2.12" SDEPEND=">= sys-apps/tar-1.14" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude python mtools SRC_URI=( http://download.berlios.de/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_berlios ${PNAME}" src_install() { cd ${SRCDIR} python_src_install || die # move some files to proper locations and symlink them mv ${BINDIR}/usr/bin/gxiso.py ${BINDIR}/usr/share/gxiso || die mlink /usr/share/gxiso/gxiso.py /usr/bin/gxiso || die }