wok diff sord/receipt @ rev 22826
Down rage (55225)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 07 16:15:46 2020 +0100 (2020-02-07) |
parents | 3b4e4318134e |
children | f35073d3864a |
line diff
1.1 --- a/sord/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/sord/receipt Fri Feb 07 16:15:46 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sord" 1.7 -VERSION="0.8.0" 1.8 +VERSION="0.16.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A lightweight C library for storing RDF data in memory." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="ISC" 1.13 +WEB_SITE="http://drobilla.net/software/sord/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://drobilla.net/software/sord/" 1.17 WGET_URL="http://download.drobilla.net/$TARBALL" 1.18 1.19 -DEPENDS="serd pcre" 1.20 -BUILD_DEPENDS="pkg-config serd-dev pcre" 1.21 +DEPENDS="pcre serd" 1.22 +BUILD_DEPENDS="pcre pkg-config serd-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 ./waf configure --prefix=/usr && 1.29 ./waf build && 1.30 ./waf install --destdir=$DESTDIR 1.31 @@ -26,6 +26,7 @@ 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs/usr/lib 1.35 - cp -a $install/usr/bin $fs/usr 1.36 - cp -a $install/usr/lib/lib* $fs/usr/lib 1.37 + 1.38 + cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/usr/lib/lib* $fs/usr/lib 1.40 }