wok-current annotate libmowgli-dev/receipt @ rev 21259
updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 11:33:57 2019 +0100 (2019-04-12) |
parents | eeba7ab1dffe |
children | 68f9518c4cb0 |
rev | line source |
---|---|
mimas@2029 | 1 # SliTaz package receipt. |
mimas@2029 | 2 |
mimas@2029 | 3 PACKAGE="libmowgli-dev" |
Hans-G?nter@21259 | 4 VERSION="2.1.3" |
mimas@2029 | 5 CATEGORY="development" |
Hans-G?nter@21259 | 6 SHORT_DESC="High performance and highly flexible algorithms - development files." |
mimas@2029 | 7 MAINTAINER="mimas@slitaz.org" |
pascal@15473 | 8 LICENSE="BSD" |
pascal@20674 | 9 WEB_SITE="http://atheme.org/projects/libmowgli.html" |
mimas@2029 | 10 |
Hans-G?nter@21259 | 11 WANTED="libmowgli" |
slaxemulator@15856 | 12 DEPENDS="libmowgli pkg-config" |
pascal@15597 | 13 |
mimas@2029 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2029 | 15 genpkg_rules() |
mimas@2029 | 16 { |
mimas@2029 | 17 mkdir -p $fs/usr/lib/pkgconfig |
Hans-G?nter@21259 | 18 |
Hans-G?nter@21259 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21259 | 20 # cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@21259 | 21 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig |
mimas@2029 | 22 } |