wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="pangox-compat"
4 VERSION="0.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="X Window System font support for Pango"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.gnome.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="glib glibc-base libffi pango pcre xorg-libX11"
14 BUILD_DEPENDS="pango-dev glib-dev xorg-libX11-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 --sysconfdir=/etc \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/etc $fs
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }