wok diff unshield/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 3115c291f303
children 6135577f4d08
line diff
     1.1 --- a/unshield/receipt	Wed Feb 24 12:19:54 2010 +0000
     1.2 +++ b/unshield/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Extract files from InstallShield CAB archive."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="zlib"
     1.8 -BUILD_DEPENDS="zlib-dev mysql-dev"
     1.9 +LICENSE="MIT"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://kent.dl.sourceforge.net/sourceforge/synce/"
    1.12  WGET_URL="http://kent.dl.sourceforge.net/sourceforge/synce/$TARBALL"
    1.13  TAGS="windows exe cab"
    1.14  
    1.15 +DEPENDS="zlib"
    1.16 +BUILD_DEPENDS="zlib-dev mysql-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -19,14 +21,14 @@
    1.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/lib
    1.33 -	cp -a $_pkg/usr/bin $fs/usr
    1.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.37  }
    1.38