wok view hsetroot/receipt @ rev 23857

Up exiftool (12.00)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 17 10:08:20 2020 +0000 (2020-06-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 }