wok view yelp-xsl/receipt @ rev 23789

updated yelp-xsl (3.34.0 -> 3.36.0)
author Hans-G?nter Theisgen
date Fri May 22 07:34:27 2020 +0100 (2020-05-22)
parents ef8598e320f4
children 6831608a1b2a
line source
1 # SliTaz package receipt.
3 PACKAGE="yelp-xsl"
4 VERSION="3.36.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Contains XSL stylesheets that are used by the Yelp."
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/Yelp"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 DEPENDS="intltool itstool libxslt"
15 BUILD_DEPENDS="bash itstool libxslt-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 export SHELL=/bin/bash
21 export CONFIG_SHELL=/bin/bash
22 sed -i '1s|/usr/bin/sh|/bin/bash|' install-sh
24 ./configure \
25 --prefix=/usr \
26 $CONFIGURE_ARGS &&
27 make &&
28 make DESTDIR=$DESTDIR install
29 }
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr
34 cp -a $install/usr/share $fs/usr
35 }