wok-current diff pidgin-musictracker/receipt @ rev 15863
audacious-plugins: update TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 30 09:14:06 2014 +0000 (2014-01-30) |
parents | 1bb33c02f21c |
children | 02d52e65e75e |
line diff
1.1 --- a/pidgin-musictracker/receipt Fri Jan 06 00:20:24 2012 +0100 1.2 +++ b/pidgin-musictracker/receipt Thu Jan 30 09:14:06 2014 +0000 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to." 1.6 MAINTAINER="ben@seawolfsanctuary.com" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://pidgin-musictracker.googlecode.com" 1.10 +WGET_URL="$WEB_SITE/files/$TARBALL" 1.11 + 1.12 DEPENDS="pidgin pcre" 1.13 BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev \ 1.14 gtk+-dev glib-dev pkg-config libffi" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://pidgin-musictracker.googlecode.com" 1.17 -WGET_URL="$WEB_SITE/files/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 ./configure $CONFIGURE_ARGS && 1.24 - make && make DESTDIR=$PWD/_pkg install 1.25 + make && make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs 1.32 - cp -a $_pkg/usr $fs/ 1.33 + cp -a $install/usr $fs/ 1.34 }