wok annotate pangox-compat/receipt @ rev 17213

Up pgadmin (1.18.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 10 16:34:25 2014 +0200 (2014-10-10)
parents ea30d4b8fb16
children 86790a278e70
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"
al@16906 9 WEB_SITE="http://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 }