wok view yelp-xsl/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 6d812fa6f9cf
children d499c84f85cf
line source
1 # SliTaz package receipt.
3 PACKAGE="yelp-xsl"
4 VERSION="3.34.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 }