wok-next view hsetroot/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents c4e53a39395a
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://thegraveyard.org/hsetroot.php"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://thegraveyard.org/files/$TARBALL"
14 BUILD_DEPENDS="imlib2-dev libpng16-dev xorg-libX11-dev"
15 # ARM: imlib2-dev must be installed in build chroot
17 compile_rules() {
18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="imlib2 libpng16 freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
27 xorg-libXext"
28 TAGS="wallpaper"
29 }