wok-current view mxml-dev/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | |
children | fc9203de5ff2 |
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 }