wok-next view mobile-broadband-provider-info-dev/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 3a2e435dc5e6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mobile-broadband-provider-info-dev"
4 VERSION="20120614"
5 CATEGORY="development"
6 SHORT_DESC="Service Provider Database (dev)"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="cc-pd"
9 WEB_SITE="http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
10 WANTED="mobile-broadband-provider-info"
12 DEPENDS="mobile-broadband-provider-info pkg-config"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/share/pkgconfig $fs/usr/lib
20 }