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

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents 757d032c55c7
children 342b30daff76
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@16906 9 WEB_SITE="http://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@20464 28 DEPENDS="glib glibc-base libffi pango pcre xorg-libX11"
al@20464 29 ;;
al@20464 30 *-dev)
al@20534 31 copy @dev
al@20464 32 DEPENDS="glib-dev libffi-dev xorg-libxcb-dev pango-dev \
al@20464 33 pangox-compat pcre-dev xorg-libX11-dev xorg-libXau-dev \
al@20464 34 xorg-libXdmcp-dev"
al@20464 35 ;;
al@20464 36 esac
yuripourre@16905 37 }