wok-current diff pango/receipt @ rev 1764
Up: ctorrent-dnh (3.3.2) + include torrentbox
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Nov 25 16:11:33 2008 +0100 (2008-11-25) |
parents | 0c1ee5f041b9 |
children | 011647445dd9 |
line diff
1.1 --- a/pango/receipt Sun May 18 13:37:01 2008 +0200 1.2 +++ b/pango/receipt Tue Nov 25 16:11:33 2008 +0100 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.pango.org/" 1.6 WGET_URL="ftp://ftp.gtk.org/pub/pango/1.20/$TARBALL" 1.7 +CONFIG_FILES="/etc/pango" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -19,8 +20,8 @@ 1.12 --sysconfdir=/etc \ 1.13 --mandir=/usr/share/man \ 1.14 --with-html-dir=/usr/share/doc \ 1.15 - $CONFIGURE_ARGS 1.16 - make 1.17 + $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21