wok-6.x annotate xmlrpc-c-dev/receipt @ rev 13821
[A-e]*/*.desktop files: sort (for easy reading), add translations (from web + my ru), verify (using desktop-file-validate), fix. To be continued...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 07 01:07:44 2013 +0000 (2013-01-07) |
parents | 6c41ae96a36b |
children | f592d093c63e |
rev | line source |
---|---|
pascal@10821 | 1 # SliTaz package receipt. |
pascal@10821 | 2 |
pascal@10821 | 3 PACKAGE="xmlrpc-c-dev" |
slaxemulator@11156 | 4 VERSION="1.16.36" |
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@10821 | 8 WEB_SITE="http://xmlrpc-c.sourceforge.net/" |
slaxemulator@11156 | 9 DEPENDS="xmlrpc-c" |
pascal@10821 | 10 WANTED="xmlrpc-c" |
pascal@10821 | 11 |
pascal@10821 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10821 | 13 genpkg_rules() |
pascal@10821 | 14 { |
pascal@10821 | 15 cp -a $_pkg/* $fs/ |
pascal@10821 | 16 rm -f $fs/usr/lib/*.so* |
pascal@10821 | 17 } |