wok diff xfburn/receipt @ rev 17869
Use VERSION variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 26 09:34:19 2015 +0100 (2015-03-26) |
parents | 4bcc8d00f1b4 |
children | 346b75128491 |
line diff
1.1 --- a/xfburn/receipt Sun Mar 30 21:47:17 2014 +0000 1.2 +++ b/xfburn/receipt Thu Mar 26 09:34:19 2015 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn" 1.7 -WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.5/$TARBALL" 1.8 +WGET_URL="http://archive.xfce.org/src/apps/xfburn/${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="gtk+ libburn libexo libisofs libxfce4ui" 1.11 BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 sed -i 's|glib.h>|&\n#include <glib-object.h>|' xfburn/xfburn-settings.h 1.18 ./configure --prefix=/usr --sysconfdir=/etc \ 1.19 --libexecdir=/usr/bin \