# HG changeset patch # User Eric Joseph-Alexandre # Date 1265318424 -3600 # Node ID b7ad907547b5fd8ed68442aaaef82c970aaa4e0b # Parent a2da616d3e4fc2726931b09284c059658cf1a7cb Add: pidgin-libnotify diff -r a2da616d3e4f -r b7ad907547b5 pidgin-libnotify/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin-libnotify/receipt Thu Feb 04 22:20:24 2010 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="pidgin-libnotify" +VERSION="0.14" +CATEGORY="network" +SHORT_DESC="Notification interface for Pidgin." +MAINTAINER="erjo@slitaz.org" +DEPENDS="pidgin libnotify " +BUILD_DEPENDS="pidgin-dev libpurple-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gaim-libnotify.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/purple-2 + cp -a $_pkg/usr/lib/purple-2/*.so $fs/usr/lib/purple-2 +} +