wok-current annotate pangox-compat/receipt @ rev 22801
Up xsane (0.999)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 16:39:27 2020 +0100 (2020-01-27) |
parents | fc2aee218690 |
children | 6831608a1b2a |
rev | line source |
---|---|
yuripourre@16905 | 1 # SliTaz package receipt. |
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" |
pascal@20421 | 9 WEB_SITE="https://www.gnome.org/" |
yuripourre@16905 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@16906 | 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
yuripourre@16905 | 12 |
al@16906 | 13 DEPENDS="glib glibc-base libffi pango pcre xorg-libX11" |
al@16906 | 14 BUILD_DEPENDS="pango-dev glib-dev xorg-libX11-dev" |
yuripourre@16905 | 15 |
yuripourre@16905 | 16 # Rules to configure and make the package. |
yuripourre@16905 | 17 compile_rules() |
yuripourre@16905 | 18 { |
yuripourre@16905 | 19 ./configure \ |
yuripourre@16905 | 20 --prefix=/usr \ |
al@16906 | 21 --sysconfdir=/etc \ |
yuripourre@16905 | 22 $CONFIGURE_ARGS && |
yuripourre@16905 | 23 make && |
al@16906 | 24 make install |
yuripourre@16905 | 25 } |
yuripourre@16905 | 26 |
yuripourre@16905 | 27 genpkg_rules() |
yuripourre@16905 | 28 { |
al@16906 | 29 mkdir -p $fs/usr/lib |
al@16906 | 30 cp -a $install/etc $fs |
al@16906 | 31 cp -a $install/usr/lib/*.so* $fs/usr/lib |
yuripourre@16905 | 32 } |