wok rev 21463

updated mobile-broadband-provider-info and mobile-broadband-provider-info-dev (20120614 -> 20190116)
author Hans-G?nter Theisgen
date Tue Apr 30 14:12:14 2019 +0100 (2019-04-30)
parents 6796b09294f1
children 3d4dabd4c234
files mobile-broadband-provider-info-dev/receipt mobile-broadband-provider-info/receipt
line diff
     1.1 --- a/mobile-broadband-provider-info-dev/receipt	Tue Apr 30 13:55:53 2019 +0100
     1.2 +++ b/mobile-broadband-provider-info-dev/receipt	Tue Apr 30 14:12:14 2019 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mobile-broadband-provider-info-dev"
     1.7 -VERSION="20120614"
     1.8 +VERSION="20190116"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Service Provider Database (dev)"
    1.11 +SHORT_DESC="Service Provider Database - development files."
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="cc-pd"
    1.14 -WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
    1.15 -WANTED="mobile-broadband-provider-info"
    1.16 +WEB_SITE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders"
    1.17  
    1.18  DEPENDS="mobile-broadband-provider-info pkg-config"
    1.19  BUILD_DEPENDS=""
    1.20 +WANTED="mobile-broadband-provider-info"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
     2.1 --- a/mobile-broadband-provider-info/receipt	Tue Apr 30 13:55:53 2019 +0100
     2.2 +++ b/mobile-broadband-provider-info/receipt	Tue Apr 30 14:12:14 2019 +0100
     2.3 @@ -1,14 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mobile-broadband-provider-info"
     2.7 -VERSION="20120614"
     2.8 +VERSION="20190116"
     2.9  CATEGORY="network"
    2.10 -SHORT_DESC="Service Provider Database"
    2.11 +SHORT_DESC="Service Provider Database."
    2.12  MAINTAINER="domcox@slitaz.org"
    2.13  LICENSE="cc-pd"
    2.14 -WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
    2.15 +WEB_SITE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.18 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/$VERSION/$TARBALL"
    2.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    2.20  
    2.21  DEPENDS=""
    2.22  BUILD_DEPENDS=""
    2.23 @@ -16,7 +17,9 @@
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26  {
    2.27 -	./configure $CONFIGURE_ARGS && make && make install
    2.28 +	./configure $CONFIGURE_ARGS &&
    2.29 +	make &&
    2.30 +	make install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.