Magellan Linux

Annotation of /branches/R11-unstable/extras/burn-cd/burn-cd-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13152 - (hide annotations) (download)
Mon Aug 27 11:51:57 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/extras/burn-cd/burn-cd-1.8.0-r1.smage2
File size: 650 byte(s)
-fixed dependencies
1 niro 13148 # $Id$
2    
3     PNAME="burn-cd"
4     PVER="1.8.0"
5     PBUILD="r1"
6    
7     PCAT="app-cdr"
8    
9     DESCRIPTION="A frontend for cd/dvd writing packages like cdrkit & dvd+rw-tools."
10     HOMEPAGE="http://burn-cd.sourceforge.net/"
11    
12     DEPEND=">= dev-lang/python-2.7
13     >= app-cdr/cdrtools-3
14 niro 13152 >= app-cdr/cdrdao-1.2"
15 niro 13148
16     SRCFILE="${PNAME}-${PVER}.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mtools
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME}"
27    
28     src_prepare()
29     {
30 niro 13150 munpack ${SRCFILE} ${SRCDIR} || die
31 niro 13148 }
32    
33     src_install()
34     {
35     cd ${SRCDIR}
36    
37 niro 13151 minstallexec burn-cd-${PVER} || die
38 niro 13148 mlink burn-cd-${PVER} /usr/bin/burn-cd || die
39     }