wok-next view mxml/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
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 }