wok-next diff libdnet/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents c3a368c0cddb
children a3c581bf52b8
line diff
     1.1 --- a/libdnet/receipt	Fri Mar 02 03:33:54 2018 +0200
     1.2 +++ b/libdnet/receipt	Fri Apr 27 15:12:17 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() {