wok diff asunder/receipt @ rev 20045
Improvements
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 31 04:02:39 2017 -0300 (2017-08-31) |
parents | 77740860516c |
children | 50d80732aeb6 |
line diff
1.1 --- a/asunder/receipt Sun Mar 30 21:05:49 2014 +0000 1.2 +++ b/asunder/receipt Thu Aug 31 04:02:39 2017 -0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="asunder" 1.7 -VERSION="2.5" 1.8 +VERSION="2.7" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="GTK light CD ripper." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 SUGGESTED="lame flac" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://littlesvr.ca/asunder/" 1.16 -WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL" 1.17 +WGET_URL="$WEB_SITE/releases/$TARBALL" 1.18 TAGS="audio rip" 1.19 1.20 DEPENDS="gtk+ libcddb alsa-lib cdparanoia-III xorg-libXdamage vorbis-tools" 1.21 @@ -19,7 +19,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure \ 1.27 --prefix=/usr \ 1.28 $CONFIGURE_ARGS &&