wok-next diff libdnet/receipt @ rev 20738
Up scons (3.0.1); add scons2 (2.5.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 29 21:13:51 2018 +0300 (2018-05-29) |
parents | c3a368c0cddb |
children | a3c581bf52b8 |
line diff
1.1 --- a/libdnet/receipt Fri Mar 02 03:33:54 2018 +0200 1.2 +++ b/libdnet/receipt Tue May 29 21:13:51 2018 +0300 1.3 @@ -3,7 +3,8 @@ 1.4 PACKAGE="libdnet" 1.5 VERSION="1.12" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="A simplified, portable interface to serveral low-level networking routines" 1.8 +SHORT_DESC="A simplified, portable interface to serveral low-level networking \ 1.9 +routines" 1.10 MAINTAINER="slaxemulator@gmail.com" 1.11 LICENSE="BSD" 1.12 WEB_SITE="http://code.google.com/p/libdnet/" 1.13 @@ -15,12 +16,10 @@ 1.14 SPLIT="libdnet-dev" 1.15 1.16 compile_rules() { 1.17 - ./configure \ 1.18 - --prefix=/usr \ 1.19 - --infodir=/usr/share/info \ 1.20 - --mandir=/usr/share/man \ 1.21 - $CONFIGURE_ARGS && 1.22 - make && make DESTDIR=$DESTDIR install 1.23 + ./configure $CONFIGURE_ARGS && 1.24 + fix libtool && 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 genpkg_rules() {