Magellan Linux

Annotation of /trunk/extras/asunder/asunder-2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28948 - (hide annotations) (download)
Mon May 15 11:15:57 2017 UTC (7 years, 1 month ago) by niro
File size: 745 byte(s)
auto added: ver bump to 2.9-r1
1 niro 28948 # $Id$
2    
3     PNAME="asunder"
4     PVER="2.9"
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.52
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.99
18     >= media-sound/vorbis-tools-1.4"
19    
20     SDEPEND=">= sys-dev/gettext-0.18
21     >= dev-util/intltool-0.50
22     >= dev-util/pkgconfig-0.25"
23    
24     SRCFILE="${PNAME}-${PVER}.tar.bz2"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27     sminclude mbuild
28    
29     SRC_URI=(
30     http://littlesvr.ca/${PNAME}/releases/${SRCFILE}
31     mirror://${PNAME}/${SRCFILE}
32     )
33    
34     UP2DATE="updatecmd http://littlesvr.ca/asunder/releases/ | highesttarball"