wok-next view mxml-dev/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="mxml-dev"
4 VERSION="2.8"
5 CATEGORY="development"
6 SHORT_DESC="Minimal XML - Dom oriented library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.minixml.org/"
10 WANTED="mxml"
12 DEPENDS="mxml"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include
18 cp -a $src/mxml.h $fs/usr/include
19 cp -a $src/libmxml.a $fs/usr/lib
20 cp -a $src/mxml.pc $fs/usr/lib/pkgconfig
21 }