wok-6.x diff libhx/receipt @ rev 16672
ARM: remove libxml2-python and volumeicon
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 15 19:59:59 2014 +0200 (2014-05-15) |
parents | 16b97ec782a4 |
children | 75937d22148a |
line diff
1.1 --- a/libhx/receipt Tue Mar 13 13:21:44 2012 +0100 1.2 +++ b/libhx/receipt Thu May 15 19:59:59 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="data structures and functions for scripting languages." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL3 LGPL2.1" 1.8 SOURCE="libHX" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.11 @@ -17,7 +18,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - sed -i 's|mktemp -u|/usr/bin/mktemp -u|g' Makefile 1.16 + sed -i 's|mktemp -u|/usr/bin/mktemp -u|g' Makefile* 1.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 make && 1.20 @@ -28,5 +29,5 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/libHX.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/libHX.so* $fs/usr/lib 1.26 }