wok annotate mxml/receipt @ rev 21653

Up exosip (5.1.0), siproxd (0.8.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 17:55:07 2019 +0200 (2019-05-30)
parents
children e0b334d648d0
rev   line source
pascal@17043 1 # SliTaz package receipt.
pascal@17043 2
pascal@17043 3 PACKAGE="mxml"
pascal@17043 4 VERSION="2.8"
pascal@17043 5 CATEGORY="system-tools"
pascal@17043 6 SHORT_DESC="Minimal XML - Dom oriented library."
pascal@17043 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17043 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17043 9 LICENSE="LGPL2"
pascal@17043 10 WEB_SITE="http://www.minixml.org/"
pascal@17043 11 WGET_URL="http://www.msweet.org/files/project3/$TARBALL"
pascal@17043 12
pascal@17043 13 DEPENDS=""
pascal@17043 14 BUILD_DEPENDS=""
pascal@17043 15
pascal@17043 16 # Rules to configure and make the package.
pascal@17043 17 compile_rules()
pascal@17043 18 {
pascal@17043 19 ./configure --prefix=/usr \
pascal@17043 20 $CONFIGURE_ARGS &&
pascal@17043 21 make &&
pascal@17043 22 make DESTDIR=$DESTDIR install
pascal@17043 23 }
pascal@17043 24
pascal@17043 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17043 26 genpkg_rules()
pascal@17043 27 {
pascal@17043 28 mkdir -p $fs/usr/lib
pascal@17043 29 cp -a $src/libmxml.so* $fs/usr/lib
pascal@17043 30 }