wok-current diff yajl/receipt @ rev 22619
updated cssc (1.3.0 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 11:14:55 2020 +0100 (2020-01-12) |
parents | 617dbdeb6f7e |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/yajl/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/yajl/receipt Sun Jan 12 11:14:55 2020 +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 -