wok diff hsetroot/receipt @ rev 23924
webgames: update checkers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 22 19:44:06 2020 +0000 (2020-08-22) |
parents | e3f377fbc5f0 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/hsetroot/receipt Thu Jan 24 17:15:36 2019 +0100 1.2 +++ b/hsetroot/receipt Sat Aug 22 19:44:06 2020 +0000 1.3 @@ -1,35 +1,37 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hsetroot" 1.7 -VERSION="1.0.2" 1.8 +VERSION="1.0.5" 1.9 CATEGORY="x-window" 1.10 +TAGS="wallpaper" 1.11 SHORT_DESC="Tool to set desktop wallpaper." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://github.com/himdel/hsetroot" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/himdel/hsetroot" 1.18 -WGET_URL="http://thegraveyard.org/files/$TARBALL" 1.19 -TAGS="wallpaper" 1.20 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.21 + 1.22 +DEPENDS="freetype imlib2 libpng xorg-libX11 xorg-libXau 1.23 + xorg-libXdmcp xorg-libXext" 1.24 +BUILD_DEPENDS="imlib2-dev libpng-dev pkg-config" 1.25 + 1.26 HOST_ARCH="i486 arm" 1.27 1.28 -DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.29 -xorg-libXext" 1.30 -BUILD_DEPENDS="imlib2-dev libpng-dev" 1.31 - 1.32 # ARM: imlib2-dev must be installed in build chroot 1.33 1.34 # Rules to configure and make the package. 1.35 compile_rules() 1.36 { 1.37 + export CFLAGS="$CFLAGS -std=c99" 1.38 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 1.39 - ./configure \ 1.40 - $CONFIGURE_ARGS && 1.41 - make && make install 1.42 + 1.43 + make 1.44 } 1.45 1.46 # Rules to gen a SliTaz package suitable for Tazpkg. 1.47 genpkg_rules() 1.48 { 1.49 - mkdir -p $fs/usr 1.50 - cp -a $install/usr/bin $fs/usr 1.51 + mkdir -p $fs/usr/bin 1.52 + cp -a $src/hsetroot $fs/usr/bin 1.53 }