wok view pangox-compat/receipt @ rev 16905

Add pangox-compat
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 19:21:23 2014 -0300 (2014-07-15)
parents
children fc2aee218690
line source
1 # SliTaz package receipt.
3 PACKAGE="pangox-compat"
4 VERSION="0.0.2"
5 CATEGORY="x-window"
6 LICENSE="GPL3"
7 SHORT_DESC="Pango compatibility library (see: pangox)."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://wiki.gnome.org/Apps/Calculator"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="pango"
14 BUILD_DEPENDS="pango-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }