wok-next diff libgphoto2/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents a9800ada65e2
children df20b2110f7e
line diff
     1.1 --- a/libgphoto2/receipt	Sun Nov 19 17:20:01 2017 +0100
     1.2 +++ b/libgphoto2/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -14,21 +14,18 @@
     1.4  BUILD_DEPENDS="libtool gettext libjpeg-turbo-dev libexif-dev libusb-dev"
     1.5  SPLIT="libgphoto2-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		udevscriptdir=/lib/udev \
    1.13  		--with-exif \
    1.14  		--disable-static \
    1.15  		$CONFIGURE_ARGS &&
    1.16 +	fix libtool &&
    1.17  	make &&
    1.18  	make install
    1.19  }
    1.20  
    1.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.22 -genpkg_rules()
    1.23 -{
    1.24 +genpkg_rules() {
    1.25  	case $PACKAGE in
    1.26  		libgphoto2)
    1.27  			copy @std