wok-current view asunder/receipt @ rev 25594

Use default gcc 6.3 for asunder
author Stanislas Leduc <shann@slitaz.org>
date Thu Aug 31 19:10:51 2023 +0000 (10 months ago)
parents 41a5254285d8
children 78a5d055846f
line source
1 # SliTaz package receipt.
3 PACKAGE="asunder"
4 VERSION="2.9.7"
5 CATEGORY="multimedia"
6 TAGS="audio rip"
7 SHORT_DESC="GTK light CD ripper."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://littlesvr.ca/asunder/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE/releases/$TARBALL"
15 SUGGESTED="lame flac"
16 DEPENDS="alsa-lib cdparanoia-III gtk+ libcddb vorbis-tools
17 xorg-libXdamage"
18 BUILD_DEPENDS="alsa-lib-dev cdparanoia-III-dev gtk+-dev libcddb-dev
19 xorg-libXdamage-dev"
21 GENERIC_PIXMAPS="no"
22 COOKOPTS="!pixmaps"
24 current_version()
25 {
26 wget -O - ${WEB_SITE}downloads.php 2>/dev/null | \
27 sed '/asunder-/!d;s|.*asunder-||;s|.tar.*||;q'
28 }
30 # Rules to configure and make the package.
31 compile_rules()
32 {
33 ./configure \
34 --prefix=/usr \
35 $CONFIGURE_ARGS &&
36 make &&
37 make install DESTDIR=$DESTDIR
38 }
40 # Rules to gen a SliTaz package suitable for Tazpkg.
41 genpkg_rules()
42 {
43 cook_copy_folders bin
44 }