wok annotate libmowgli-dev/receipt @ rev 19586
mscore: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 26 14:19:02 2016 +0100 (2016-12-26) |
parents | 8ed62ecac0c7 |
children | eeba7ab1dffe |
rev | line source |
---|---|
mimas@2029 | 1 # SliTaz package receipt. |
mimas@2029 | 2 |
mimas@2029 | 3 PACKAGE="libmowgli-dev" |
slaxemulator@15856 | 4 VERSION="2.0.0" |
mimas@2029 | 5 CATEGORY="development" |
mimas@2029 | 6 SHORT_DESC="High performance and highly flexible algorithms." |
mimas@2029 | 7 MAINTAINER="mimas@slitaz.org" |
pascal@15473 | 8 LICENSE="BSD" |
mimas@2029 | 9 WANTED="libmowgli" |
mimas@2029 | 10 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml" |
mimas@2029 | 11 |
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 |
pascal@15473 | 18 cp -a $install/usr/include $fs/usr |
pascal@15473 | 19 #cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15473 | 20 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig |
mimas@2029 | 21 } |
mimas@2029 | 22 |