# HG changeset patch # User Yuri Pourre # Date 1404956726 10800 # Node ID eedd51c40dc32319b878958f5365b08ac35ad605 # Parent 58cf8cd855e3208ae8a3c49d76a21a64c4850de6 Add yelp-xsl diff -r 58cf8cd855e3 -r eedd51c40dc3 yelp-xsl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/yelp-xsl/receipt Wed Jul 09 22:45:26 2014 -0300 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="yelp-xsl" +VERSION="3.12.0" +CATEGORY="utilities" +LICENSE="GPL2" +SHORT_DESC="The Yelp XSL package contains XSL stylesheets that are used by the Yelp." +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" + +DEPENDS="libxslt itstool intltool" +BUILD_DEPENDS="libxslt-dev" + +# 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/share $fs/usr +}