wok diff shared-desktop-ontologies/receipt @ rev 21334
updated libvpx and libvpx-dev (1.3.0 -> 1.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 16:12:39 2019 +0100 (2019-04-19) |
parents | |
children | e919c5a2742d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shared-desktop-ontologies/receipt Fri Apr 19 16:12:39 2019 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="shared-desktop-ontologies" 1.7 +VERSION="0.11.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Provide RDF vocabularies for the Semantic Desktop." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="LGPL2.1" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://oscaf.sourceforge.net/" 1.14 +WGET_URL="$SF_MIRROR/oscaf/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="cmake" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + mkdir -p build && cd build 1.23 + cmake \ 1.24 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.25 + .. && 1.26 + make && 1.27 + make DESTDIR=$DESTDIR install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr 1.34 + cp -a $install/usr/* $fs/usr 1.35 +}