wok view pidgin-libnotify/receipt @ rev 11297

lxpanel: update patches... (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 12 11:24:01 2011 +0100 (2011-11-12)
parents cf720cdd3a47
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="pidgin-libnotify"
4 VERSION="0.14"
5 CATEGORY="network"
6 SHORT_DESC="Notification interface for Pidgin."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="pidgin libnotify"
9 BUILD_DEPENDS="intltool libpurple-dev libnotify-dev pidgin-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://gaim-libnotify.sourceforge.net/"
12 WGET_URL="http://downloads.sourceforge.net/project/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib/purple-2
25 cp -a $_pkg/usr/lib/purple-2/*.so $fs/usr/lib/purple-2
26 }