wok-next diff net-snmp/receipt @ rev 21426

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents 4a67f7e79846
children
line diff
     1.1 --- a/net-snmp/receipt	Tue Apr 17 01:13:26 2018 +0300
     1.2 +++ b/net-snmp/receipt	Tue May 05 07:09:38 2020 +0100
     1.3 @@ -3,16 +3,16 @@
     1.4  PACKAGE="net-snmp"
     1.5  VERSION="5.7.3"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="snmp tools"
     1.8 +SHORT_DESC="SNMP tools"
     1.9  MAINTAINER="allan316@gmail.com"
    1.10  LICENSE="BSD"
    1.11 -WEB_SITE="http://net-snmp.sourceforge.net"
    1.12 +WEB_SITE="http://net-snmp.sourceforge.net/"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17  BUILD_DEPENDS="perl-dev openssl-dev file automake libtool"
    1.18 -SPLIT="net-snmp-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20  
    1.21  compile_rules() {
    1.22  	autoreconf -i &&
    1.23 @@ -25,7 +25,7 @@
    1.24  		$CONFIGURE_ARGS &&
    1.25  	fix libtool &&
    1.26  	make -j1 &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31  genpkg_rules() {