Magellan Linux

Annotation of /trunk/extras/nrg2iso/nrg2iso-0.4-r5.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
File size: 709 byte(s)
import repo
1 niro 2 # $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