wok annotate hsetroot/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents c6ccd6bc43b1
children 9be2dfe2fe72
rev   line source
pankso@358 1 # SliTaz package receipt.
pankso@358 2
pankso@358 3 PACKAGE="hsetroot"
pankso@358 4 VERSION="1.0.2"
pankso@358 5 CATEGORY="x-window"
pankso@358 6 SHORT_DESC="Tool to set desktop wallpaper."
pankso@358 7 MAINTAINER="pankso@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
pankso@358 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@358 10 WEB_SITE="http://thegraveyard.org/hsetroot.php"
pankso@358 11 WGET_URL="http://thegraveyard.org/files/$TARBALL"
jozee@4937 12 TAGS="wallpaper"
pankso@358 13
pascal@15600 14 DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
pascal@15600 15 xorg-libXext"
pascal@15600 16 BUILD_DEPENDS="imlib2-dev libpng-dev"
pascal@15600 17
pankso@358 18 # Rules to configure and make the package.
pankso@358 19 compile_rules()
pankso@358 20 {
pankso@358 21 cd $src
pankso@358 22 ./configure \
pankso@358 23 --prefix=/usr \
pascal@2482 24 $CONFIGURE_ARGS &&
pascal@2482 25 make &&
pascal@15600 26 make DESTDIR=$DESTDIR install
pankso@358 27 }
pankso@358 28
pankso@358 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@358 30 genpkg_rules()
pankso@358 31 {
pankso@358 32 mkdir -p $fs/usr
pascal@15600 33 cp -a $install/usr/bin $fs/usr
pankso@358 34 }