wok-next view yelp-xsl/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 27faa9329de6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="yelp-xsl"
4 VERSION="3.28.0"
5 CATEGORY="utilities"
6 LICENSE="GPL2 LGPL2.1 MIT"
7 SHORT_DESC="XSL stylesheets that are used by the Yelp"
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://wiki.gnome.org/Apps/Yelp"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="libxslt-dev itstool intltool"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install || return 1
23 cook_pick_docs README NEWS
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 yelp-xsl)
29 copy @std
30 DEPENDS="libxslt itstool intltool"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }