wok view hsetroot/receipt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
parents e3f377fbc5f0
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="hsetroot"
4 VERSION="1.0.5"
5 CATEGORY="x-window"
6 TAGS="wallpaper"
7 SHORT_DESC="Tool to set desktop wallpaper."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/himdel/hsetroot"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
15 DEPENDS="freetype imlib2 libpng xorg-libX11 xorg-libXau
16 xorg-libXdmcp xorg-libXext"
17 BUILD_DEPENDS="imlib2-dev libpng-dev pkg-config"
19 HOST_ARCH="i486 arm"
21 # ARM: imlib2-dev must be installed in build chroot
23 # Rules to configure and make the package.
24 compile_rules()
25 {
26 export CFLAGS="$CFLAGS -std=c99"
27 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
29 make
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 mkdir -p $fs/usr/bin
36 cp -a $src/hsetroot $fs/usr/bin
37 }