wok-next diff xplc/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 81b782d36618
children
line diff
     1.1 --- a/xplc/receipt	Sun Jun 24 17:58:25 2018 +0300
     1.2 +++ b/xplc/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,14 +4,14 @@
     1.4  VERSION="0.3.13"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="Cross-Platform Lightweight Components"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="LGPL2.1"
    1.10 -WEB_SITE="http://xplc.sourceforge.net"
    1.11 +WEB_SITE="http://xplc.sourceforge.net/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$SF_MIRROR/xplc/$TARBALL"
    1.15  
    1.16 -SPLIT="xplc-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	export LDFLAGS='-ldl' # avoid '--as-needed' for old code
    1.21 @@ -20,7 +20,7 @@
    1.22  		--without-libuuid \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$DESTDIR install
    1.26 +	make DESTDIR=$install install
    1.27  }
    1.28  
    1.29  genpkg_rules() {