wok-next diff coova-chilli/receipt @ rev 21116

Update libxfce4util, xfconf, libxfce4ui
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:11:29 2019 +0200 (2019-01-14)
parents 835b3b8ce6ac
children 5feee5b36dd1
line diff
     1.1 --- a/coova-chilli/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.2 +++ b/coova-chilli/receipt	Mon Jan 14 00:11:29 2019 +0200
     1.3 @@ -6,13 +6,13 @@
     1.4  SHORT_DESC="Captive portal or wireless LAN access point controller"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="http://www.coova.org/CoovaChilli"
     1.8 +WEB_SITE="https://coova.github.io/"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="http://ap.coova.org/chilli/$TARBALL"
    1.12  
    1.13  BUILD_DEPENDS="openssl-dev curl-dev perl"
    1.14 -SPLIT="coova-chilli-dev"
    1.15 +SPLIT="$PACKAGE-dev"
    1.16  
    1.17  compile_rules() {
    1.18  	sed -i 's|return -1; safe_close|return -1;\n safe_close|' src/redir.c
    1.19 @@ -46,7 +46,7 @@
    1.20  		$CONFIGURE_ARGS &&
    1.21  	fix libtool &&
    1.22  	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27  genpkg_rules() {