wok-next diff libmbim/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 63ae365eb07d
children
line diff
     1.1 --- a/libmbim/receipt	Sat May 12 17:04:31 2018 +0300
     1.2 +++ b/libmbim/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libmbim"
     1.7 -VERSION="1.16.0"
     1.8 +VERSION="1.16.2"
     1.9  CATEGORY="libs"
    1.10  SHORT_DESC="MBIM modem protocol helper library"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://www.freedesktop.org/wiki/Software/libmbim/"
    1.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libmbim.html"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libmbim.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="https://www.freedesktop.org/software/libmbim/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="glib-dev libgudev-dev help2man"
    1.21 -SPLIT="libmbim-dev"
    1.22 +SPLIT="$PACKAGE-dev"
    1.23  
    1.24  compile_rules() {
    1.25  	./configure \
    1.26 @@ -26,13 +26,7 @@
    1.27  
    1.28  genpkg_rules() {
    1.29  	case $PACKAGE in
    1.30 -		libmbim)
    1.31 -			copy @std
    1.32 -			DEPENDS=""
    1.33 -			;;
    1.34 -		*-dev)
    1.35 -			copy @dev
    1.36 -			DEPENDS=""
    1.37 -			;;
    1.38 +		libmbim) copy @std;;
    1.39 +		*-dev)   copy @dev;;
    1.40  	esac
    1.41  }