wok view iksemel-dev/receipt @ rev 22944

updated iksemel and iksemel-dev (1.2 -> 1.4.2)
author Hans-G?nter Theisgen
date Fri Feb 28 09:45:54 2020 +0100 (2020-02-28)
parents 8dd8bab3f0ca
children 38b8e4536e6e
line source
1 # SliTaz package receipt.
3 PACKAGE="iksemel-dev"
4 VERSION="1.4.2"
5 CATEGORY="development"
6 SHORT_DESC="XML parser library for Jabber applications - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/timothytylee/iksemel-1.4"
11 WANTED="iksemel"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 mkdir -p $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 }