wok-4.x diff libhx/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents fa60b846f940
children
line diff
     1.1 --- a/libhx/receipt	Fri Feb 04 03:19:31 2011 +0000
     1.2 +++ b/libhx/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -7,10 +7,12 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  SOURCE="libHX"
     1.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.7 -DEPENDS="coreutils-file-special"
     1.8  WEB_SITE="http://$PACKAGE.sourceforge.net/"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11 +DEPENDS="coreutils-file-special"
    1.12 +BUILD_DEPENDS="coreutils-file-special"
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 @@ -19,7 +21,7 @@
    1.18  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.19  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.20  	make &&
    1.21 -	make DESTDIR=$PWD/_pkg install
    1.22 +	make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.