wok-next diff shared-desktop-ontologies/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents b2292a5ea5ed
children
line diff
     1.1 --- a/shared-desktop-ontologies/receipt	Sat Feb 22 11:24:18 2014 +0100
     1.2 +++ b/shared-desktop-ontologies/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -3,30 +3,26 @@
     1.4  PACKAGE="shared-desktop-ontologies"
     1.5  VERSION="0.11.0"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Provide RDF vocabularies for the Semantic Desktop."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Provide RDF vocabularies for the Semantic Desktop"
    1.10 +MAINTAINER="devel@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 +compile_rules() {
    1.24 +	mkdir build
    1.25 +	cd    build
    1.26  	cmake \
    1.27  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.28  		.. &&
    1.29  	make &&
    1.30 -	make DESTDIR=$DESTDIR install
    1.31 +	make DESTDIR=$install install
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 +genpkg_rules() {
    1.38  	mkdir -p $fs/usr
    1.39  	cp -a $install/usr/* $fs/usr
    1.40  }