wok diff 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
line diff
     1.1 --- a/hsetroot/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.2 +++ b/hsetroot/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Tool to set desktop wallpaper."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
     1.8 -xorg-libXext"
     1.9 -BUILD_DEPENDS="imlib2-dev libpng-dev"
    1.10 +LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://thegraveyard.org/hsetroot.php"
    1.13  WGET_URL="http://thegraveyard.org/files/$TARBALL"
    1.14  TAGS="wallpaper"
    1.15  
    1.16 +DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.17 +xorg-libXext"
    1.18 +BUILD_DEPENDS="imlib2-dev libpng-dev"
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 @@ -21,12 +23,12 @@
    1.24  		--prefix=/usr \
    1.25  		$CONFIGURE_ARGS &&
    1.26  	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  }