wok-next diff giblib/receipt @ rev 20610

transmission: up 2.93
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 20:11:53 2018 +0300 (2018-04-19)
parents 4396aed7eb01
children f99935f1778a
line diff
     1.1 --- a/giblib/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/giblib/receipt	Thu Apr 19 20:11:53 2018 +0300
     1.3 @@ -11,7 +11,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="imlib2-dev imlib2 xorg-xproto freetype-dev xorg-libXext-dev"
     1.8 +BUILD_DEPENDS="gfortran imlib2-dev imlib2 xorg-xproto freetype-dev \
     1.9 +xorg-libXext-dev"
    1.10  SPLIT="giblib-dev"
    1.11  
    1.12  compile_rules() {
    1.13 @@ -20,9 +21,8 @@
    1.14  	esac
    1.15  
    1.16  	sed -i 's|/doc|/share&|' Makefile*
    1.17 -	./configure \
    1.18 -		--prefix=/usr \
    1.19 -		$CONFIGURE_ARGS &&
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	fix libtool &&
    1.22  	make &&
    1.23  	make DESTDIR=$DESTDIR install
    1.24  }