wok diff libidn/receipt @ rev 13857

Up Bleachbit
author Brenton Scott <admin@trixarian.net>
date Fri Jan 11 07:57:40 2013 +0200 (2013-01-11)
parents 622502bfcbac
children 9e683f1a2fa8
line diff
     1.1 --- a/libidn/receipt	Thu Oct 07 11:15:48 2010 +0000
     1.2 +++ b/libidn/receipt	Fri Jan 11 07:57:40 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libidn"
     1.7 -VERSION="1.19"
     1.8 +VERSION="1.21"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Encode and decode internationalized domain names."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -13,10 +13,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 -	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	make &&	make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.