wok view yelp-xsl/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents e10394d67dd1
children ef8598e320f4
line source
1 # SliTaz package receipt.
3 PACKAGE="yelp-xsl"
4 VERSION="3.12.0"
5 CATEGORY="utilities"
6 LICENSE="GPL2"
7 SHORT_DESC="The Yelp XSL package contains XSL stylesheets that are used by the Yelp."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://wiki.gnome.org/Apps/Yelp"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="libxslt itstool intltool"
14 BUILD_DEPENDS="libxslt-dev itstool"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/share $fs/usr
30 }