# SliTaz package receipt. PACKAGE="emesene" VERSION="1.6" CATEGORY="network" SHORT_DESC="Instant messaging client for Windows Live Messenger (tm) network." MAINTAINER="rocky@slitaz.org" DEPENDS="python pygtk pycairo python-pysqlite gst-python" BUILD_DEPENDS="python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.emesene.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="im instant-messaging instant-messenger" # Rules to configure and make the package. compile_rules() { cd $src while read file; do [ -f done.$file ] && continue echo "Apply $file..." patch -p1 < $stuff/$file || return 1 touch done.$file done <