wok-next rev 10155
Up: libidn to 1.21.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:36:32 2011 +0000 (2011-05-20) |
parents | 3dde675264ba |
children | b2139a357c5d |
files | libidn-dev/receipt libidn/receipt |
line diff
1.1 --- a/libidn-dev/receipt Fri May 20 19:35:02 2011 +0000 1.2 +++ b/libidn-dev/receipt Fri May 20 19:36:32 2011 +0000 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libidn-dev" 1.7 -VERSION="1.19" 1.8 +VERSION="1.21" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Encode and decode internationalized domain names, dev files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 WEB_SITE="http://www.gnu.org/software/libidn/" 1.13 +DEPENDS="libidn" 1.14 WANTED="libidn" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/libidn/receipt Fri May 20 19:35:02 2011 +0000 2.2 +++ b/libidn/receipt Fri May 20 19:36:32 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libidn" 2.7 -VERSION="1.19" 2.8 +VERSION="1.21" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Encode and decode internationalized domain names." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -13,10 +13,8 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.18 - make && 2.19 - make DESTDIR=$PWD/_pkg install 2.20 + ./configure $CONFIGURE_ARGS && 2.21 + make && make install 2.22 } 2.23 2.24 # Rules to gen a SliTaz package suitable for Tazpkg.