# SliTaz package receipt PACKAGE="weechat" VERSION="0.3.7" CATEGORY="network" SHORT_DESC="a fast, light and extensible chat client." MAINTAINER="rocky@slitaz.org" DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl" BUILD_DEPENDS="perl python pkg-config curl-dev guile-dev gmp-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://weechat.org/" WGET_URL="http://weechat.org/files/src/$TARBALL" TAGS="irc" # 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 <