# HG changeset patch # User Christophe Lincoln # Date 1393064658 -3600 # Node ID b2292a5ea5edcd5472d039a8c71bc1c2aa26ec1e # Parent 277131750c7dfdac4a3671e523dde059b0456d95 Add: shared-desktop-ontologies (RDF vocabularies for the Semantic Desktop) diff -r 277131750c7d -r b2292a5ea5ed shared-desktop-ontologies/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shared-desktop-ontologies/receipt Sat Feb 22 11:24:18 2014 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="shared-desktop-ontologies" +VERSION="0.11.0" +CATEGORY="development" +SHORT_DESC="Provide RDF vocabularies for the Semantic Desktop." +MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://oscaf.sourceforge.net/" +WGET_URL="$SF_MIRROR/oscaf/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="cmake" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p build && cd build + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + .. && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/* $fs/usr +}