wok-next annotate libmowgli-dev/receipt @ rev 12444
openconnect: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 21 18:23:52 2012 +0200 (2012-04-21) |
parents | 69f1eb160162 |
children | 8f447cf2eee5 |
rev | line source |
---|---|
mimas@2029 | 1 # SliTaz package receipt. |
mimas@2029 | 2 |
mimas@2029 | 3 PACKAGE="libmowgli-dev" |
slaxemulator@10243 | 4 VERSION="0.9.50" |
mimas@2029 | 5 CATEGORY="development" |
mimas@2029 | 6 SHORT_DESC="High performance and highly flexible algorithms." |
mimas@2029 | 7 MAINTAINER="mimas@slitaz.org" |
mimas@2029 | 8 WANTED="libmowgli" |
mimas@2029 | 9 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml" |
mimas@2029 | 10 |
mimas@2029 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2029 | 12 genpkg_rules() |
mimas@2029 | 13 { |
mimas@2029 | 14 mkdir -p $fs/usr/lib/pkgconfig |
mimas@2029 | 15 cp -a $_pkg/usr/include $fs/usr |
pascal@2556 | 16 #cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
mimas@2029 | 17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig |
mimas@2029 | 18 } |
mimas@2029 | 19 |