wok-6.x annotate xmlrpc-c-dev/receipt @ rev 15805
bash: prevent rm .bashrc error when removing bash
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 23 13:38:58 2014 +0000 (2014-01-23) |
parents | 18261f3e9666 |
children | 7d672a2330b8 |
rev | line source |
---|---|
pascal@10821 | 1 # SliTaz package receipt. |
pascal@10821 | 2 |
pascal@10821 | 3 PACKAGE="xmlrpc-c-dev" |
pascal@15109 | 4 VERSION="1.25.24" |
pascal@10821 | 5 CATEGORY="development" |
pascal@10821 | 6 SHORT_DESC="A lightweight RPC library based on XML and HTTP, development files." |
pascal@10821 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15601 | 8 LICENSE="BSD" |
pascal@10821 | 9 WEB_SITE="http://xmlrpc-c.sourceforge.net/" |
pascal@15106 | 10 WANTED="xmlrpc-c" |
pascal@15106 | 11 |
slaxemulator@11156 | 12 DEPENDS="xmlrpc-c" |
pascal@10821 | 13 |
pascal@10821 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10821 | 15 genpkg_rules() |
pascal@10821 | 16 { |
pascal@15106 | 17 cp -a $install/* $fs/ |
pascal@10821 | 18 rm -f $fs/usr/lib/*.so* |
pascal@10821 | 19 } |