wok diff matchbox-panel/receipt @ rev 20100
Up slitaz-tools (1024)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 07 23:08:11 2017 +0200 (2017-10-07) |
parents | 17e313b5b9c1 |
children | 241fb98cab1c |
line diff
1.1 --- a/matchbox-panel/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/matchbox-panel/receipt Sat Oct 07 23:08:11 2017 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://matchbox-project.org/" 1.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL" 1.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.9 1.10 DEPENDS="gtk+ startup-notification libmatchbox wireless_tools" 1.11 BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-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 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm" 1.18 #--enable-small-icons 1.19 #--enable-acpi-linux 1.20 @@ -33,4 +32,3 @@ 1.21 cp -a $install/usr/share/applications $fs/usr/share 1.22 cp -a $install/usr/share/pixmaps $fs/usr/share 1.23 } 1.24 -