wok rev 16944

Add yelp-tools.
author Yuri Pourre <yuripourre@gmail.com>
date Fri Jul 25 00:18:42 2014 -0300 (2014-07-25)
parents 3f6b441ff0f4
children fdcad4c2f551
files yelp-tools/receipt yelp-xsl/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/yelp-tools/receipt	Fri Jul 25 00:18:42 2014 -0300
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="yelp-tools"
     1.7 +VERSION="3.12.0"
     1.8 +CATEGORY="utilities"
     1.9 +LICENSE="GPL2"
    1.10 +SHORT_DESC="Tools to create documentation."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools"
    1.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15 +
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS="yelp-xsl"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure \
    1.23 +		--prefix=/usr \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr
    1.32 +	cp -a $install/usr $fs
    1.33 +}
     2.1 --- a/yelp-xsl/receipt	Thu Jul 24 21:25:18 2014 +0200
     2.2 +++ b/yelp-xsl/receipt	Fri Jul 25 00:18:42 2014 -0300
     2.3 @@ -8,7 +8,7 @@
     2.4  MAINTAINER="yuripourre@gmail.com"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
     2.6  WEB_SITE="https://wiki.gnome.org/Apps/Yelp"
     2.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/yelp-xsl/${VERSION%.*}/$TARBALL"
     2.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     2.9  
    2.10  DEPENDS="libxslt itstool intltool"
    2.11  BUILD_DEPENDS="libxslt-dev itstool"