wok annotate hsetroot/receipt @ rev 23806

linld: add isoboot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 16:16:52 2020 +0000 (2020-05-24)
parents e3f377fbc5f0
children 5ea0ce1cecc0
rev   line source
pankso@358 1 # SliTaz package receipt.
pankso@358 2
pankso@358 3 PACKAGE="hsetroot"
Hans-G?nter@22932 4 VERSION="1.0.5"
pankso@358 5 CATEGORY="x-window"
Hans-G?nter@22932 6 TAGS="wallpaper"
pankso@358 7 SHORT_DESC="Tool to set desktop wallpaper."
pankso@358 8 MAINTAINER="pankso@slitaz.org"
pascal@15600 9 LICENSE="GPL2"
Hans-G?nter@22932 10 WEB_SITE="https://github.com/himdel/hsetroot"
Hans-G?nter@22932 11
pankso@358 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22932 13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
Hans-G?nter@22932 14
Hans-G?nter@22932 15 DEPENDS="freetype imlib2 libpng xorg-libX11 xorg-libXau
Hans-G?nter@22932 16 xorg-libXdmcp xorg-libXext"
Hans-G?nter@22932 17 BUILD_DEPENDS="imlib2-dev libpng-dev pkg-config"
Hans-G?nter@22932 18
pankso@16067 19 HOST_ARCH="i486 arm"
pankso@358 20
pankso@16067 21 # ARM: imlib2-dev must be installed in build chroot
pankso@16067 22
pankso@358 23 # Rules to configure and make the package.
pankso@358 24 compile_rules()
pankso@358 25 {
Hans-G?nter@22932 26 export CFLAGS="$CFLAGS -std=c99"
pascal@17759 27 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
Hans-G?nter@22932 28
Hans-G?nter@22932 29 make
pankso@358 30 }
pankso@358 31
pankso@358 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@358 33 genpkg_rules()
pankso@358 34 {
Hans-G?nter@22932 35 mkdir -p $fs/usr/bin
Hans-G?nter@22932 36 cp -a $src/hsetroot $fs/usr/bin
pankso@358 37 }