wok-next diff libdnet/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents a3c581bf52b8
children
line diff
     1.1 --- a/libdnet/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/libdnet/receipt	Fri Jun 26 11:04:48 2020 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A simplified, portable interface to serveral low-level networking \
     1.6  routines"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="https://github.com/dugsong/libdnet"
    1.11  
    1.12 @@ -13,13 +13,13 @@
    1.13  WGET_URL="http://libdnet.googlecode.com/files/$TARBALL" # FIXME
    1.14  
    1.15  BUILD_DEPENDS="python python-dev"
    1.16 -SPLIT="libdnet-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure $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() {