# HG changeset patch # User Yuri Pourre # Date 1406258322 10800 # Node ID 6d812fa6f9cfd07766d2e4d96dd20037172a99a3 # Parent 3f6b441ff0f48e7ec15fd49f75bf37fa4ccf678e Add yelp-tools. diff -r 3f6b441ff0f4 -r 6d812fa6f9cf yelp-tools/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/yelp-tools/receipt Fri Jul 25 00:18:42 2014 -0300 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="yelp-tools" +VERSION="3.12.0" +CATEGORY="utilities" +LICENSE="GPL2" +SHORT_DESC="Tools to create documentation." +MAINTAINER="yuripourre@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="yelp-xsl" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr $fs +} diff -r 3f6b441ff0f4 -r 6d812fa6f9cf yelp-xsl/receipt --- a/yelp-xsl/receipt Thu Jul 24 21:25:18 2014 +0200 +++ b/yelp-xsl/receipt Fri Jul 25 00:18:42 2014 -0300 @@ -8,7 +8,7 @@ MAINTAINER="yuripourre@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://wiki.gnome.org/Apps/Yelp" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/yelp-xsl/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="libxslt itstool intltool" BUILD_DEPENDS="libxslt-dev itstool"