wok diff pango/receipt @ rev 1719

Add nasm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 18 11:27:13 2008 +0000 (2008-11-18)
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 18 11:27:13 2008 +0000
     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