wok-next view mxml/receipt @ rev 20456

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 03:33:54 2018 +0200 (2018-03-02)
parents 6bc472de003f
children b278b2018965
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mxml"
4 VERSION="2.8"
5 CATEGORY="system-tools"
6 SHORT_DESC="Minimal XML - DOM oriented library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.minixml.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.msweet.org/files/project3/$TARBALL"
14 SPLIT="mxml-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
18 }
20 genpkg_rules() {
21 case $PACKAGE in
22 mxml) copy @std;;
23 *-dev) copy @dev;;
24 esac
25 }