wok diff mobile-broadband-provider-info/receipt @ rev 21665

mc: configure --without-subshell
author maniac
date Sat Jun 01 13:26:35 2019 +0300 (2019-06-01)
parents 60ac07c6db3c
children 33169ece31b8
line diff
     1.1 --- a/mobile-broadband-provider-info/receipt	Sat Nov 02 20:32:43 2013 +0100
     1.2 +++ b/mobile-broadband-provider-info/receipt	Sat Jun 01 13:26:35 2019 +0300
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mobile-broadband-provider-info"
     1.7 -VERSION="20120614"
     1.8 +VERSION="20190116"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Service Provider Database"
    1.11 +SHORT_DESC="Service Provider Database."
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="cc-pd"
    1.14 -WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
    1.15 +WEB_SITE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/$VERSION/$TARBALL"
    1.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.20  
    1.21  DEPENDS=""
    1.22  BUILD_DEPENDS=""
    1.23 @@ -16,7 +17,9 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure $CONFIGURE_ARGS && make && make install
    1.28 +	./configure $CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.