wok view pangox-compat/receipt @ rev 18859

Up 1.0v to 1.0.1v
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jan 27 06:07:29 2016 +0000 (2016-01-27)
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 }