wok view mxml-dev/receipt @ rev 23881

Add utftpd & yaze-ng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 13 21:34:44 2020 +0000 (2020-07-13)
parents fc9203de5ff2
children 11be4606a492
line source
1 # SliTaz package receipt.
3 PACKAGE="mxml-dev"
4 VERSION="3.1"
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/"
11 DEPENDS="mxml pkg-config"
12 WANTED="mxml"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig
18 mkdir -p $fs/usr/include
20 cp -a $src/mxml.h $fs/usr/include
21 cp -a $src/libmxml.a $fs/usr/lib
22 cp -a $src/mxml.pc $fs/usr/lib/pkgconfig
23 }