wok-6.x annotate yelp-xsl/receipt @ rev 23040
rebuild gdk-pixbuf and gdk-pixbuf-dev
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 13:39:54 2020 +0100 (2020-03-04) |
parents | 6d812fa6f9cf |
children | d499c84f85cf |
rev | line source |
---|---|
yuripourre@16810 | 1 # SliTaz package receipt. |
yuripourre@16810 | 2 |
yuripourre@16810 | 3 PACKAGE="yelp-xsl" |
Hans-G?nter@22322 | 4 VERSION="3.34.0" |
yuripourre@16810 | 5 CATEGORY="utilities" |
Hans-G?nter@22322 | 6 SHORT_DESC="Contains XSL stylesheets that are used by the Yelp." |
Hans-G?nter@22322 | 7 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16810 | 8 LICENSE="GPL2" |
Hans-G?nter@22322 | 9 WEB_SITE="https://wiki.gnome.org/Apps/Yelp" |
Hans-G?nter@22322 | 10 |
yuripourre@16810 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
yuripourre@16944 | 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
yuripourre@16810 | 13 |
Hans-G?nter@22322 | 14 DEPENDS="intltool itstool libxslt" |
Hans-G?nter@22322 | 15 BUILD_DEPENDS="bash itstool libxslt-dev" |
yuripourre@16810 | 16 |
yuripourre@16810 | 17 # Rules to configure and make the package. |
yuripourre@16810 | 18 compile_rules() |
yuripourre@16810 | 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 |
Hans-G?nter@22322 | 24 ./configure \ |
Hans-G?nter@22322 | 25 --prefix=/usr \ |
yuripourre@16810 | 26 $CONFIGURE_ARGS && |
yuripourre@16810 | 27 make && |
yuripourre@16810 | 28 make DESTDIR=$DESTDIR install |
yuripourre@16810 | 29 } |
yuripourre@16810 | 30 |
yuripourre@16810 | 31 genpkg_rules() |
yuripourre@16810 | 32 { |
yuripourre@16810 | 33 mkdir -p $fs/usr |
yuripourre@16810 | 34 cp -a $install/usr/share $fs/usr |
yuripourre@16810 | 35 } |