wok annotate hsetroot/receipt @ rev 1801

curl: update depends (again)
author Paul Issott <paul@slitaz.org>
date Mon Dec 01 23:24:52 2008 +0000 (2008-12-01)
parents
children 8ca23e8fc082
rev   line source
pankso@358 1 # SliTaz package receipt.
pankso@358 2
pankso@358 3 PACKAGE="hsetroot"
pankso@358 4 VERSION="1.0.2"
pankso@358 5 CATEGORY="x-window"
pankso@358 6 SHORT_DESC="Tool to set desktop wallpaper."
pankso@358 7 MAINTAINER="pankso@slitaz.org"
pankso@358 8 DEPENDS="imlib2 libpng"
pankso@358 9 BUILD_DEPENDS="imlib2-dev libpng-dev"
pankso@358 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@358 11 WEB_SITE="http://thegraveyard.org/hsetroot.php"
pankso@358 12 WGET_URL="http://thegraveyard.org/files/$TARBALL"
pankso@358 13
pankso@358 14 # Rules to configure and make the package.
pankso@358 15 compile_rules()
pankso@358 16 {
pankso@358 17 cd $src
pankso@358 18 ./configure \
pankso@358 19 --prefix=/usr \
pankso@358 20 $CONFIGURE_ARGS
pankso@358 21 make
pankso@358 22 make DESTDIR=$PWD/_pkg install
pankso@358 23 }
pankso@358 24
pankso@358 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@358 26 genpkg_rules()
pankso@358 27 {
pankso@358 28 mkdir -p $fs/usr
pankso@358 29 cp -a $_pkg/usr/bin $fs/usr
pankso@358 30 }