wok annotate yelp-tools/receipt @ rev 23675

updated strigi, strigi-client and strigi-dev (0.7.5 -> 0.7.8)
author Hans-G?nter Theisgen
date Sun Apr 26 10:35:40 2020 +0100 (2020-04-26)
parents 6d812fa6f9cf
children 6831608a1b2a
rev   line source
yuripourre@16944 1 # SliTaz package receipt.
yuripourre@16944 2
yuripourre@16944 3 PACKAGE="yelp-tools"
Hans-G?nter@22322 4 VERSION="3.32.2"
yuripourre@16944 5 CATEGORY="utilities"
yuripourre@16944 6 SHORT_DESC="Tools to create documentation."
yuripourre@16944 7 MAINTAINER="yuripourre@gmail.com"
Hans-G?nter@22322 8 LICENSE="GPL2"
Hans-G?nter@22322 9 WEB_SITE="https://wiki.gnome.org/Apps/Yelp/Tools"
Hans-G?nter@22322 10
yuripourre@16944 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
yuripourre@16944 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
yuripourre@16944 13
yuripourre@16944 14 DEPENDS=""
Hans-G?nter@22322 15 BUILD_DEPENDS="bash yelp-xsl"
yuripourre@16944 16
yuripourre@16944 17 # Rules to configure and make the package.
yuripourre@16944 18 compile_rules()
yuripourre@16944 19 {
Hans-G?nter@22322 20 export SHELL=/bin/bash
Hans-G?nter@22322 21 export CONFIG_SHELL=/bin/bash
Hans-G?nter@22322 22 sed -i '1s|/usr/bin/sh|/bin/bash|' install-sh
Hans-G?nter@22322 23
yuripourre@16944 24 ./configure \
yuripourre@16944 25 --prefix=/usr \
yuripourre@16944 26 $CONFIGURE_ARGS &&
yuripourre@16944 27 make &&
yuripourre@16944 28 make DESTDIR=$DESTDIR install
yuripourre@16944 29 }
yuripourre@16944 30
yuripourre@16944 31 genpkg_rules()
yuripourre@16944 32 {
yuripourre@16944 33 mkdir -p $fs/usr
yuripourre@16944 34 cp -a $install/usr $fs
yuripourre@16944 35 }