Magellan Linux

Annotation of /branches/R11-stable/extras/asunder/asunder-2.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24222 - (hide annotations) (download)
Fri Feb 20 09:30:00 2015 UTC (9 years, 3 months ago) by niro
File size: 752 byte(s)
-release branches/R11-stable
1 niro 23731 # $Id$
2    
3     PNAME="asunder"
4     PVER="2.7"
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.40
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/?C=M;O=A' | lasttarball"