wok annotate pidgin-libnotify/receipt @ rev 11114

Up: libtasn1 to 2.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 19:24:52 2011 +0000 (2011-10-26)
parents cf720cdd3a47
children b7319995b37e
rev   line source
erjo@4864 1 # SliTaz package receipt.
erjo@4864 2
erjo@4864 3 PACKAGE="pidgin-libnotify"
erjo@4864 4 VERSION="0.14"
erjo@4864 5 CATEGORY="network"
erjo@4864 6 SHORT_DESC="Notification interface for Pidgin."
erjo@4864 7 MAINTAINER="erjo@slitaz.org"
gokhlayeh@8886 8 DEPENDS="pidgin libnotify"
pascal@10559 9 BUILD_DEPENDS="intltool libpurple-dev libnotify-dev pidgin-dev"
erjo@4864 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@4864 11 WEB_SITE="http://gaim-libnotify.sourceforge.net/"
erjo@4897 12 WGET_URL="http://downloads.sourceforge.net/project/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
erjo@4864 13
erjo@4864 14 # Rules to configure and make the package.
erjo@4864 15 compile_rules()
erjo@4864 16 {
erjo@4864 17 cd $src
gokhlayeh@8886 18 ./configure && make && make install
erjo@4864 19 }
erjo@4864 20
erjo@4864 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4864 22 genpkg_rules()
erjo@4864 23 {
erjo@4864 24 mkdir -p $fs/usr/lib/purple-2
erjo@4864 25 cp -a $_pkg/usr/lib/purple-2/*.so $fs/usr/lib/purple-2
erjo@4864 26 }
erjo@4864 27