wok-next diff libburn/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/libburn/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/libburn/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libburn"
     1.7 -VERSION="1.4.8"
     1.8 +VERSION="1.5.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Reading, mastering and writing optical discs"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -11,10 +11,12 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
    1.15  
    1.16 -SPLIT="libburn-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20 -	./configure $CONFIGURE_ARGS &&
    1.21 +	./configure \
    1.22 +		--disable-static \
    1.23 +		$CONFIGURE_ARGS &&
    1.24  	fix libtool &&
    1.25  	make &&
    1.26  	make install