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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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@21078 14 BUILD_DEPENDS="pango-dev glib-dev libx11-dev"
al@21020 15 SPLIT="$PACKAGE-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@21078 28 DEPENDS="glib pango libx11"
al@20464 29 ;;
al@20464 30 *-dev)
al@20534 31 copy @dev
al@21078 32 DEPENDS="pangox-compat pango-dev libx11-dev"
al@20464 33 ;;
al@20464 34 esac
yuripourre@16905 35 }