wok-next annotate pangox-compat/receipt @ rev 20859
Update ALSA stack (1.1.6)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 27 13:35:43 2018 +0300 (2018-06-27) |
parents | 10df65db91ad |
children | a3c581bf52b8 |
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@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 } |