wok-next diff libimobiledevice/receipt @ rev 21481

updated airgeddon (8.12 -> 10.21)
author Hans-G?nter Theisgen
date Thu Jun 18 14:24:40 2020 +0100 (2020-06-18)
parents d5aab818505e
children
line diff
     1.1 --- a/libimobiledevice/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/libimobiledevice/receipt	Thu Jun 18 14:24:40 2020 +0100
     1.3 @@ -1,33 +1,35 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libimobiledevice"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Software library that talks the protocols to support iPhone and \
    1.11  iPod Touch devices on Linux"
    1.12 -MAINTAINER="devel@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="http://www.libimobiledevice.org/"
    1.16 +WEB_SITE="https://www.libimobiledevice.org/"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19  WGET_URL="$WEB_SITE/downloads/$TARBALL"
    1.20  
    1.21 -BUILD_DEPENDS="gnutls-dev glib-dev libplist-dev usbmuxd-dev python-dev swig \
    1.22 -libxml2-dev libgcrypt-dev"
    1.23 +BUILD_DEPENDS="glib-dev gnutls-dev libgcrypt-dev libplist-dev \
    1.24 +	libxml2-dev python-dev swig usbmuxd-dev"
    1.25  SPLIT="$PACKAGE-dev"
    1.26  
    1.27 -compile_rules() {
    1.28 +compile_rules()
    1.29 +{
    1.30  	./configure $CONFIGURE_ARGS &&
    1.31  	fix libtool &&
    1.32  	make &&
    1.33  	make install
    1.34  }
    1.35  
    1.36 -genpkg_rules() {
    1.37 +genpkg_rules()
    1.38 +{
    1.39  	case $PACKAGE in
    1.40  		libimobiledevice)
    1.41  			copy @std
    1.42 -			DEPENDS="gnutls glib libplist usbmuxd"
    1.43 +			DEPENDS="glib gnutls libplist usbmuxd"
    1.44  			;;
    1.45  		*-dev)
    1.46  			copy @dev