wok diff yajl/receipt @ rev 21489
posixovl: update xattr.h path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 01 16:45:54 2019 +0200 (2019-05-01) |
parents | 6b1ce5d876c8 |
children | b2ecc21526eb |
line diff
1.1 --- a/yajl/receipt Thu May 26 18:44:09 2011 +0200 1.2 +++ b/yajl/receipt Wed May 01 16:45:54 2019 +0200 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