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 25144 - (show annotations) (download)
Tue Nov 25 03:07:13 2014 UTC (9 years, 5 months ago) by niro
File size: 650 byte(s)
-release branches/R11-unstable
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-cdr/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} ${SRCDIR} || die
31 }
32
33 src_install()
34 {
35 cd ${SRCDIR}
36
37 minstallexec burn-cd-${PVER} || die
38 mlink burn-cd-${PVER} /usr/bin/burn-cd || die
39 }