wok view yelp-tools/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 6d812fa6f9cf
children 6831608a1b2a
line source
1 # SliTaz package receipt.
3 PACKAGE="yelp-tools"
4 VERSION="3.32.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Tools to create documentation."
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="bash yelp-xsl"
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 $fs
35 }