wok-6.x annotate iksemel-dev/receipt @ rev 25176
updated python-formalchemy (1.5.5 -> 1.5.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:52:21 2022 +0100 (2022-07-01) |
parents | e476e0df1ff7 |
children |
rev | line source |
---|---|
pascal@1177 | 1 # SliTaz package receipt. |
pascal@1177 | 2 |
pascal@1177 | 3 PACKAGE="iksemel-dev" |
Hans-G?nter@22944 | 4 VERSION="1.4.2" |
pascal@1177 | 5 CATEGORY="development" |
Hans-G?nter@22944 | 6 SHORT_DESC="XML parser library for Jabber applications - development files." |
pascal@1177 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15600 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@22944 | 9 WEB_SITE="https://github.com/timothytylee/iksemel-1.4" |
Hans-G?nter@22944 | 10 |
pascal@1177 | 11 WANTED="iksemel" |
pascal@1177 | 12 |
pascal@1177 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1177 | 14 genpkg_rules() |
pascal@1177 | 15 { |
Hans-G?nter@22944 | 16 mkdir -p $fs/usr/lib |
Hans-G?nter@22944 | 17 mkdir -p $fs/usr/share |
Hans-G?nter@22944 | 18 |
Hans-G?nter@22944 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22944 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@1177 | 21 } |
Hans-G?nter@22945 | 22 |