wok rev 22319

updated yajl (2.0.2 -> 2.1.0)
author Hans-G?nter Theisgen
date Thu Nov 14 15:50:13 2019 +0100 (2019-11-14)
parents 2537c708087e
children 482c418254f6
files yajl/receipt
line diff
     1.1 --- a/yajl/receipt	Thu Nov 14 15:39:07 2019 +0100
     1.2 +++ b/yajl/receipt	Thu Nov 14 15:50:13 2019 +0100
     1.3 @@ -1,25 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yajl"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Yet Another JSON Library"
    1.11 +SHORT_DESC="Yet Another JSON Library."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="https://github.com/lloyd/yajl"
    1.16 -WGET_URL="git|git://github.com/lloyd/yajl.git"
    1.17 -BRANCH="$VERSION"
    1.18 +WEB_SITE="https://lloyd.github.io/yajl/"
    1.19 +
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://github.com/lloyd/$PACKAGE/archive/$VERSION.tar.gz"
    1.22  
    1.23  BUILD_DEPENDS="cmake doxygen git"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	cmake \
    1.30 -		-DCMAKE_INSTALL_PREFIX=/usr \
    1.31 -		.
    1.32 +	cmake	.				\
    1.33 +		-DCMAKE_INSTALL_PREFIX=/usr &&
    1.34  	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37 @@ -28,4 +26,3 @@
    1.38  {
    1.39  	cp -a $install/usr $fs
    1.40  }
    1.41 -