wok annotate mobile-broadband-provider-info/receipt @ rev 20357

GnuPG: add also libusb sqlite openldap npth
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 16:43:28 2018 +0000 (2018-06-09)
parents
children 8f7d3860b66a
rev   line source
domcox@15394 1 # SliTaz package receipt.
domcox@15394 2
domcox@15394 3 PACKAGE="mobile-broadband-provider-info"
domcox@15394 4 VERSION="20120614"
domcox@15394 5 CATEGORY="network"
domcox@15394 6 SHORT_DESC="Service Provider Database"
domcox@15394 7 MAINTAINER="domcox@slitaz.org"
domcox@15394 8 LICENSE="cc-pd"
domcox@15394 9 WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
domcox@15394 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
domcox@15394 11 WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/$VERSION/$TARBALL"
domcox@15394 12
domcox@15394 13 DEPENDS=""
domcox@15394 14 BUILD_DEPENDS=""
domcox@15394 15
domcox@15394 16 # Rules to configure and make the package.
domcox@15394 17 compile_rules()
domcox@15394 18 {
domcox@15394 19 ./configure $CONFIGURE_ARGS && make && make install
domcox@15394 20 }
domcox@15394 21
domcox@15394 22 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@15394 23 genpkg_rules()
domcox@15394 24 {
domcox@15394 25 mkdir -p $fs/usr/share
domcox@15394 26 cp -a $install/usr/share/$PACKAGE $fs/usr/share
domcox@15394 27 }