wok rev 15394

Add: mobile-broadband-provider-info
author Dominique Corbex <domcox@slitaz.org>
date Sat Nov 02 20:32:43 2013 +0100 (2013-11-02)
parents 046fa26b5c70
children 3a2e435dc5e6
files mobile-broadband-provider-info/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile-broadband-provider-info/receipt	Sat Nov 02 20:32:43 2013 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mobile-broadband-provider-info"
     1.7 +VERSION="20120614"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Service Provider Database"
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +LICENSE="cc-pd"
    1.12 +WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/$VERSION/$TARBALL"
    1.15 +
    1.16 +DEPENDS=""
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	./configure $CONFIGURE_ARGS && make && make install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share
    1.29 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.30 +}