wok-undigest annotate gnaughty/receipt @ rev 647
screenlets: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 22 11:16:52 2012 +0100 (2012-02-22) |
parents | 8334354948dc |
children | 82872b370f0a |
rev | line source |
---|---|
devl547@132 | 1 # SliTaz package receipt. |
devl547@132 | 2 |
devl547@132 | 3 PACKAGE="gnaughty" |
devl547@132 | 4 VERSION="1.2.4" |
devl547@132 | 5 CATEGORY="utilities" |
devl547@132 | 6 SHORT_DESC="Gnaughty is an utility to automatically download adult sex content." |
devl547@132 | 7 MAINTAINER="devl547@gmail.com" |
devl547@132 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
devl547@132 | 9 WEB_SITE="http://gnaughty.sourceforge.net/" |
devl547@132 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
devl547@309 | 11 BUILD_DEPENDS="curl-dev gtk+-dev glib-dev pcre-dev libglade-dev GConf-dev" |
devl547@309 | 12 DEPENDS="curl gtk+ glib libpcre libglade GConf" |
devl547@132 | 13 |
devl547@132 | 14 # Rules to configure and make the package. |
devl547@132 | 15 compile_rules() |
devl547@132 | 16 { |
devl547@132 | 17 cd $src |
devl547@132 | 18 ./configure --prefix=/usr && |
devl547@309 | 19 make && make install |
devl547@132 | 20 } |
devl547@132 | 21 |
devl547@132 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@132 | 23 genpkg_rules() |
devl547@132 | 24 { |
devl547@309 | 25 cp -a $install/usr/bin $fs/usr |
devl547@309 | 26 cp -a $install/usr/share/ $fs/usr/ |
devl547@132 | 27 } |