wok-next diff libconfuse/receipt @ rev 21545

updated cgames (2.2 -> 2.2b)
author Hans-G?nter Theisgen
date Sun Jun 21 17:35:44 2020 +0100 (2020-06-21)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/libconfuse/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libconfuse/receipt	Sun Jun 21 17:35:44 2020 +0100
     1.3 @@ -4,21 +4,21 @@
     1.4  VERSION="2.7"
     1.5  CATEGORY="misc"
     1.6  SHORT_DESC="Configuration file parser library"
     1.7 -MAINTAINER="mallory@sweetpeople.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="ISC"
    1.10  WEB_SITE="http://www.nongnu.org/confuse/"
    1.11  
    1.12  TARBALL="confuse-$VERSION.tar.gz"
    1.13  WGET_URL="http://savannah.nongnu.org/download/confuse/$TARBALL"
    1.14  
    1.15 -BUILD_DEPENDS="gettext"
    1.16 +BUILD_DEPENDS="gettext-dev"
    1.17  
    1.18  compile_rules() {
    1.19  	./configure $CONFIGURE_ARGS &&
    1.20  	fix libtool &&
    1.21  	sed -i 's/ -Werror//' src/Makefile &&
    1.22  	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	make DESTDIR=$install install
    1.25  }
    1.26  
    1.27  genpkg_rules() {