wok-next annotate pangox-compat/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 342b30daff76
children d5aab818505e
rev   line source
al@20464 1 # SliTaz package receipt v2.
yuripourre@16905 2
yuripourre@16905 3 PACKAGE="pangox-compat"
yuripourre@16905 4 VERSION="0.0.2"
yuripourre@16905 5 CATEGORY="x-window"
al@16906 6 SHORT_DESC="X Window System font support for Pango"
yuripourre@16905 7 MAINTAINER="yuripourre@gmail.com"
al@16906 8 LICENSE="LGPL2"
al@20906 9 WEB_SITE="https://www.gnome.org/"
al@20464 10
yuripourre@16905 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@16906 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
yuripourre@16905 13
al@16906 14 BUILD_DEPENDS="pango-dev glib-dev xorg-libX11-dev"
al@20464 15 SPLIT="pangox-compat-dev"
yuripourre@16905 16
al@20464 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@20604 19 fix libtool &&
yuripourre@16905 20 make &&
al@16906 21 make install
yuripourre@16905 22 }
yuripourre@16905 23
al@20464 24 genpkg_rules() {
al@20464 25 case $PACKAGE in
al@20464 26 pangox-compat)
al@20534 27 copy @std
al@20749 28 DEPENDS="glib pango xorg-libX11"
al@20464 29 ;;
al@20464 30 *-dev)
al@20534 31 copy @dev
al@20749 32 DEPENDS="pangox-compat pango-dev xorg-libX11-dev"
al@20464 33 ;;
al@20464 34 esac
yuripourre@16905 35 }