wok annotate gnaughty/receipt @ rev 13197

Up: fail2ban to 0.8.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Aug 05 11:03:51 2012 +0000 (2012-08-05)
parents
children 380ffe05937a
rev   line source
pascal@12985 1 # SliTaz package receipt.
pascal@12985 2
pascal@12985 3 PACKAGE="gnaughty"
pascal@12985 4 VERSION="1.2.4"
pascal@12985 5 CATEGORY="utilities"
pascal@12985 6 SHORT_DESC="Gnaughty is an utility to automatically download adult sex content."
pascal@12985 7 MAINTAINER="devl547@gmail.com"
pascal@12985 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@12985 9 WEB_SITE="http://gnaughty.sourceforge.net/"
pascal@12985 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@12985 11 BUILD_DEPENDS="curl-dev gtk+-dev glib-dev pcre-dev libglade-dev GConf-dev"
pascal@12985 12 DEPENDS="curl gtk+ glib libpcre libglade GConf"
pascal@12985 13
pascal@12985 14 # Rules to configure and make the package.
pascal@12985 15 compile_rules()
pascal@12985 16 {
pascal@12985 17 cd $src
pascal@12985 18 export LDFLAGS="-Wl,--copy-dt-needed-entries -lgthread-2.0"
pascal@12985 19 sed -i 's|curl/types|curl/curl|' src/http.c
pascal@12985 20 ./configure --prefix=/usr &&
pascal@12985 21 make && make -j 1 install
pascal@12985 22 }
pascal@12985 23
pascal@12985 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12985 25 genpkg_rules()
pascal@12985 26 {
pascal@12985 27 cp -a $install/usr/bin $fs/usr
pascal@12985 28 cp -a $install/usr/share/ $fs/usr/
pascal@12985 29 }