wok view iksemel-dev/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
parents e476e0df1ff7
children
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 }