wok view mobile-broadband-provider-info/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents
children 8f7d3860b66a
line source
1 # SliTaz package receipt.
3 PACKAGE="mobile-broadband-provider-info"
4 VERSION="20120614"
5 CATEGORY="network"
6 SHORT_DESC="Service Provider Database"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="cc-pd"
9 WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/share/$PACKAGE $fs/usr/share
27 }