wok-next view hsetroot/receipt @ rev 21432

updated rawstudio (1.2 -> 2.0)
author Hans-G?nter Theisgen
date Tue May 05 09:38:29 2020 +0100 (2020-05-05)
parents d5aab818505e
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/himdel/hsetroot"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://thegraveyard.org/files/$TARBALL" # FIXME
14 BUILD_DEPENDS="imlib2-dev libpng-dev 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"
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="imlib2 libpng freetype libx11 libxau libxdmcp \
28 libxext"
29 TAGS="wallpaper"
30 }