Magellan Linux

Contents of /trunk/todo/nrg2iso/nrg2iso-0.4-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2488 - (show annotations) (download)
Thu Jul 9 20:08:36 2009 UTC (14 years, 10 months ago) by niro
File size: 709 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/nrg2iso/nrg2iso-0.4-r5.smage2,v 1.1 2008/04/20 23:36:37 niro Exp $
2
3 PNAME="nrg2iso"
4 PVER="0.4"
5 PBUILD="r5"
6
7 PCATEGORIE="app-cdr"
8 STATE="unstable"
9
10 DESCRIPTION="Converts Nero Burning Rom images to .iso images."
11 HOMEPAGE="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild mtools
19
20 SRC_URI=(
21 http://gregory.kokanosky.free.fr/v4/linux/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28 gcc ${CFLAGS} nrg2iso.c -o nrg2iso || die
29 }
30
31 src_install()
32 {
33 cd ${SRCDIR}
34 minstallexec nrg2iso || die
35 minstalldocs gpl.txt CHANGELOG || die
36 }

Properties

Name Value
svn:keywords Id