wok-stable annotate pidgin-musictracker/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents 03933a919f81
children 1bb33c02f21c
rev   line source
slaxemulator@7574 1 # SliTaz package receipt.
slaxemulator@7574 2
slaxemulator@7574 3 PACKAGE="pidgin-musictracker"
slaxemulator@7744 4 VERSION="0.4.22"
slaxemulator@7574 5 CATEGORY="network"
slaxemulator@7574 6 SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
slaxemulator@7574 7 MAINTAINER="ben@seawolfsanctuary.com"
slaxemulator@7574 8 DEPENDS="pidgin pcre"
slaxemulator@7574 9 BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev gtk+-dev glib-dev pkg-config"
slaxemulator@7574 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@7574 11 WEB_SITE="http://pidgin-musictracker.googlecode.com"
slaxemulator@7574 12 WGET_URL="$WEB_SITE/files/$TARBALL"
slaxemulator@7574 13
slaxemulator@7574 14 # Rules to configure and make the package.
slaxemulator@7574 15 compile_rules()
slaxemulator@7574 16 {
slaxemulator@8476 17 cd $src
gokhlayeh@11573 18 ./configure $CONFIGURE_ARGS &&
slaxemulator@7574 19 make && make DESTDIR=$PWD/_pkg install
slaxemulator@7574 20 }
slaxemulator@7574 21
slaxemulator@7574 22 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7574 23 genpkg_rules()
slaxemulator@7574 24 {
slaxemulator@7574 25 mkdir -p $fs
slaxemulator@7574 26 cp -a $_pkg/usr $fs/
slaxemulator@7574 27 }