wok annotate pidgin-musictracker/receipt @ rev 16115

ARM: add libevent
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 22 20:20:40 2014 +0100 (2014-03-22)
parents 1bb33c02f21c
children 02d52e65e75e
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"
pascal@15000 8 LICENSE="GPL2"
pascal@15000 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15000 10 WEB_SITE="http://pidgin-musictracker.googlecode.com"
pascal@15000 11 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@15000 12
slaxemulator@7574 13 DEPENDS="pidgin pcre"
pascal@11581 14 BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev \
pascal@11581 15 gtk+-dev glib-dev pkg-config libffi"
slaxemulator@7574 16
slaxemulator@7574 17 # Rules to configure and make the package.
slaxemulator@7574 18 compile_rules()
slaxemulator@7574 19 {
slaxemulator@8476 20 cd $src
gokhlayeh@11573 21 ./configure $CONFIGURE_ARGS &&
pascal@15000 22 make && make DESTDIR=$DESTDIR install
slaxemulator@7574 23 }
slaxemulator@7574 24
slaxemulator@7574 25 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7574 26 genpkg_rules()
slaxemulator@7574 27 {
slaxemulator@7574 28 mkdir -p $fs
pascal@15000 29 cp -a $install/usr $fs/
slaxemulator@7574 30 }