wok view hsetroot/receipt @ rev 5289

Up: libssl (1.0.0) Match openssl
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 18 20:56:58 2010 +0200 (2010-04-18)
parents 8ca23e8fc082
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="hsetroot"
4 VERSION="1.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Tool to set desktop wallpaper."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
9 xorg-libXext"
10 BUILD_DEPENDS="imlib2-dev libpng-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://thegraveyard.org/hsetroot.php"
13 WGET_URL="http://thegraveyard.org/files/$TARBALL"
14 TAGS="wallpaper"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $_pkg/usr/bin $fs/usr
32 }