Magellan Linux

Contents of /branches/magellan-next/extras/asunder/asunder-2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9024 - (show annotations) (download)
Fri Sep 30 16:29:11 2011 UTC (12 years, 7 months ago) by niro
File size: 731 byte(s)
auto added: ver bump to 2.1-r1
1 # $Id$
2
3 PNAME="asunder"
4 PVER="2.1"
5 PBUILD="r1"
6
7 PCATEGORIE="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"