wok annotate hsetroot/receipt @ rev 3682

bind-client: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Mon Jul 13 16:25:24 2009 +0000 (2009-07-13)
parents 2b7d1b0c7352
children c6ccd6bc43b1
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"
pascal@2482 8 DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
pascal@2482 9 xorg-libXext"
pankso@358 10 BUILD_DEPENDS="imlib2-dev libpng-dev"
pankso@358 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@358 12 WEB_SITE="http://thegraveyard.org/hsetroot.php"
pankso@358 13 WGET_URL="http://thegraveyard.org/files/$TARBALL"
pankso@358 14
pankso@358 15 # Rules to configure and make the package.
pankso@358 16 compile_rules()
pankso@358 17 {
pankso@358 18 cd $src
pankso@358 19 ./configure \
pankso@358 20 --prefix=/usr \
pascal@2482 21 $CONFIGURE_ARGS &&
pascal@2482 22 make &&
pankso@358 23 make DESTDIR=$PWD/_pkg install
pankso@358 24 }
pankso@358 25
pankso@358 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@358 27 genpkg_rules()
pankso@358 28 {
pankso@358 29 mkdir -p $fs/usr
pankso@358 30 cp -a $_pkg/usr/bin $fs/usr
pankso@358 31 }