Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13149 - (show annotations) (download)
Mon Aug 27 11:46:19 2012 UTC (11 years, 8 months ago) by niro
Original Path: trunk/extras/burn-cd/burn-cd-1.8.0-r1.smage2
File size: 642 byte(s)
-fixed src_install
1 # $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 >= app-cd/cdrdao-1.2"
15
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 munpack ${SRCFILE} || die
31 }
32
33 src_install()
34 {
35 cd ${SRCDIR}
36
37 minstallexec -s burn-cd-${PVER} || die
38 mlink burn-cd-${PVER} /usr/bin/burn-cd || die
39 }