wok view hsetroot/receipt @ rev 17041

slitaz-configs-base: /home may not exist (cookiso case)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 19 13:06:45 2014 +0200 (2014-08-19)
parents de49f29b101e
children c4fad9f4bde4
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://thegraveyard.org/hsetroot.php"
11 WGET_URL="http://thegraveyard.org/files/$TARBALL"
12 TAGS="wallpaper"
13 HOST_ARCH="i486 arm"
15 DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
16 xorg-libXext"
17 BUILD_DEPENDS="imlib2-dev libpng-dev"
19 # ARM: imlib2-dev must be installed in build chroot
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr
33 cp -a $install/usr/bin $fs/usr
34 }