Magellan Linux

Contents of /branches/R11-stable/extras/asunder/asunder-2.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15068 - (show annotations) (download)
Wed Jan 2 10:38:51 2013 UTC (11 years, 4 months ago) by niro
File size: 725 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="asunder"
4 PVER="2.2"
5 PBUILD="r1"
6
7 PCAT="media-sound"
8
9 DESCRIPTION="Asunder is a Audio CD ripper, encoder and supports WAV, MP3, OGG, FLAC."
10 HOMEPAGE="http://littlesvr.ca/asunder/"
11
12 DEPEND=">= dev-libs/glib2-2.28
13 >= x11-libs/gtk2+-2.24
14 >= media-libs/libcddb-1.3
15 >= media-libs/flac-1.2
16 >= media-sound/cdparanoia-3.10
17 >= media-sound/lame-3.98
18 >= media-sound/vorbis-tools-1.4"
19
20 SDEPEND=">= sys-dev/gettext-0.18
21 >= dev-util/pkgconfig-0.25"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 http://littlesvr.ca/${PNAME}/releases/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd 'http://littlesvr.ca/asunder/releases/?C=M;O=A' | lasttarball"