wok diff mobile-broadband-provider-info/receipt @ rev 21031
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 11 12:28:08 2019 +0100 (2019-03-11) |
parents | |
children | 8f7d3860b66a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile-broadband-provider-info/receipt Mon Mar 11 12:28:08 2019 +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 +}