wok-6.x annotate sord/receipt @ rev 22979
updated kamailio again (4.4.4 -> 5.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 29 16:43:38 2020 +0100 (2020-02-29) |
parents | 3b4e4318134e |
children | f35073d3864a |
rev | line source |
---|---|
pascal@13383 | 1 # SliTaz package receipt. |
pascal@13383 | 2 |
pascal@13383 | 3 PACKAGE="sord" |
Hans-G?nter@21930 | 4 VERSION="0.16.2" |
pascal@13383 | 5 CATEGORY="development" |
pascal@13383 | 6 SHORT_DESC="A lightweight C library for storing RDF data in memory." |
pascal@13383 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 8 LICENSE="ISC" |
Hans-G?nter@21930 | 9 WEB_SITE="http://drobilla.net/software/sord/" |
Hans-G?nter@21930 | 10 |
pascal@13383 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13383 | 12 WGET_URL="http://download.drobilla.net/$TARBALL" |
pascal@13383 | 13 |
Hans-G?nter@21930 | 14 DEPENDS="pcre serd" |
Hans-G?nter@21930 | 15 BUILD_DEPENDS="pcre pkg-config serd-dev" |
pascal@13383 | 16 |
pascal@13383 | 17 # Rules to configure and make the package. |
pascal@13383 | 18 compile_rules() |
pascal@13383 | 19 { |
pascal@13383 | 20 ./waf configure --prefix=/usr && |
pascal@13383 | 21 ./waf build && |
pascal@13383 | 22 ./waf install --destdir=$DESTDIR |
pascal@13383 | 23 } |
pascal@13383 | 24 |
pascal@13383 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13383 | 26 genpkg_rules() |
pascal@13383 | 27 { |
pascal@13383 | 28 mkdir -p $fs/usr/lib |
Hans-G?nter@21930 | 29 |
Hans-G?nter@21930 | 30 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21930 | 31 cp -a $install/usr/lib/lib* $fs/usr/lib |
pascal@13383 | 32 } |