wok-next view mxml/receipt @ rev 21387
updated nfs-utils again (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 14:10:17 2020 +0100 (2020-04-17) |
parents | d5aab818505e |
children |
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="https://www.msweet.org/mxml/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.msweet.org/files/project3/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make BUILDROOT=$install install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 mxml) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }