wok diff haserl-lua/receipt @ rev 20465

fusioninventory-agenti: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 11 13:02:55 2018 +0200 (2018-10-11)
parents 02bbaa9d12ba
children f7f1e45f4243
line diff
     1.1 --- a/haserl-lua/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/haserl-lua/receipt	Thu Oct 11 13:02:55 2018 +0200
     1.3 @@ -6,13 +6,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Small program that uses shell or Lua script to create cgi web scripts"
     1.6  MAINTAINER="milka@konstelacioj.info"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev"
     1.9 +LICENSE="GPL2"
    1.10  SUGGESTED="bash lua lua-dev"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://haserl.sourceforge.net/"
    1.13  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.14  
    1.15 +DEPENDS=""
    1.16 +BUILD_DEPENDS="glibc-dev pkg-config lua lua-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -23,13 +25,13 @@
    1.22  		--program-suffix=-lua \
    1.23      	$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
    1.33 -	cp -a $_pkg/usr/bin $fs/usr
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35  	
    1.36  }
    1.37 \ No newline at end of file