wok diff yajl/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 6b1ce5d876c8
children b2ecc21526eb
line diff
     1.1 --- a/yajl/receipt	Thu May 26 18:44:09 2011 +0200
     1.2 +++ b/yajl/receipt	Mon Nov 04 11:16:52 2019 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Yet Another JSON Library"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -BUILD_DEPENDS="cmake doxygen git"
     1.8 +LICENSE="BSD"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="https://github.com/lloyd/yajl"
    1.11  WGET_URL="git|git://github.com/lloyd/yajl.git"
    1.12  BRANCH="$VERSION"
    1.13  
    1.14 +BUILD_DEPENDS="cmake doxygen git"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -18,12 +20,12 @@
    1.20  	cmake \
    1.21  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.22  		.
    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