wok diff ht/receipt @ rev 16224

Up: mhwaveedit (1.4.23)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 01 07:06:14 2014 +0000 (2014-04-01)
parents c6ccd6bc43b1
children 5d53e8ccbc8d
line diff
     1.1 --- a/ht/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.2 +++ b/ht/receipt	Tue Apr 01 07:06:14 2014 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="File viewer/editor/analyser for text/binary/executable files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://hte.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/hte/$TARBALL"
    1.11 +TAGS="viewer editor analyser"
    1.12 +
    1.13  DEPENDS="gcc-lib-base lzo ncurses xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.14  BUILD_DEPENDS="lzo-dev ncurses-dev"
    1.15 -TAGS="viewer editor analyser"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -21,12 +23,12 @@
    1.20  	--mandir=/usr/share/man \
    1.21  	$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	cp -a $_pkg/usr $fs
    1.31 +	cp -a $install/usr $fs
    1.32  }
    1.33