wok-next diff libasyncns/receipt @ rev 21596

updated dos2unix (7.4.0 -> 7.4.1)
author Hans-G?nter Theisgen
date Wed Jun 24 14:10:06 2020 +0100 (2020-06-24)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/libasyncns/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libasyncns/receipt	Wed Jun 24 14:10:06 2020 +0100
     1.3 @@ -5,14 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A C library for Linux/Unix for executing name service queries \
     1.6  asynchronously"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="LGPL2.1"
    1.10 -WEB_SITE="http://0pointer.de/lennart/projects/libasyncns"
    1.11 +WEB_SITE="http://0pointer.de/lennart/projects/libasyncns/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/$TARBALL"
    1.15  
    1.16 -SPLIT="libasyncns-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure \
    1.21 @@ -20,7 +20,7 @@
    1.22  		$CONFIGURE_ARGS &&
    1.23  	fix libtool &&
    1.24  	make &&
    1.25 -	make DESTDIR=$DESTDIR install
    1.26 +	make DESTDIR=$install install
    1.27  }
    1.28  
    1.29  genpkg_rules() {