wok-next annotate xmlrpc-c/receipt @ rev 12868
Up: ario to 1.5.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 24 21:36:22 2012 +0000 (2012-05-24) |
parents | 6c41ae96a36b |
children | f592d093c63e |
rev | line source |
---|---|
pascal@10821 | 1 # SliTaz package receipt. |
pascal@10821 | 2 |
pascal@10821 | 3 PACKAGE="xmlrpc-c" |
slaxemulator@11156 | 4 VERSION="1.16.36" |
pascal@10821 | 5 CATEGORY="network" |
pascal@10821 | 6 SHORT_DESC="A lightweight RPC library based on XML and HTTP." |
pascal@10821 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@10821 | 8 WEB_SITE="http://xmlrpc-c.sourceforge.net/" |
pascal@10821 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@10821 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@10821 | 11 DEPENDS="gcc-lib-base" |
pascal@10821 | 12 |
pascal@10821 | 13 # Rules to configure and make the package. |
pascal@10821 | 14 compile_rules() |
pascal@10821 | 15 { |
pascal@10821 | 16 cd $src |
pascal@10821 | 17 ./configure --prefix=/usr --infodir=/usr/share/info \ |
pascal@10821 | 18 --mandir=/usr/share/man \ |
pascal@10821 | 19 $CONFIGURE_ARGS && |
pascal@10821 | 20 make && |
pascal@10821 | 21 make DESTDIR=$DESTDIR install |
pascal@10821 | 22 } |
pascal@10821 | 23 |
pascal@10821 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@10821 | 25 genpkg_rules() |
pascal@10821 | 26 { |
pascal@10821 | 27 mkdir -p $fs/usr/lib |
pascal@10821 | 28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pascal@10821 | 29 } |