wok diff libidn/receipt @ rev 14257

syslinux/iso2exe: check kernel version, add floppy bootstrap stub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 11:51:42 2013 +0100 (2013-03-28)
parents 622502bfcbac
children 9e683f1a2fa8
line diff
     1.1 --- a/libidn/receipt	Thu Oct 07 11:15:48 2010 +0000
     1.2 +++ b/libidn/receipt	Thu Mar 28 11:51:42 2013 +0100
     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.