wok view xmlrpc-c-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 23c3aed67cd9
children 7dd01dedad38
line source
1 # SliTaz package receipt.
3 PACKAGE="xmlrpc-c-dev"
4 VERSION="1.25.28"
5 CATEGORY="development"
6 SHORT_DESC="A lightweight RPC library based on XML and HTTP, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://xmlrpc-c.sourceforge.net/"
10 WANTED="xmlrpc-c"
12 DEPENDS="xmlrpc-c"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs/
18 rm -f $fs/usr/lib/*.so*
19 }