wok-next view hsetroot/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }