wok-next annotate libmcs-dev/receipt @ rev 11270
Up tor (0.2.2.34)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Nov 09 21:22:16 2011 +0000 (2011-11-09) |
parents | fbf6c7c6b461 |
children | 8f447cf2eee5 |
rev | line source |
---|---|
mimas@2028 | 1 # SliTaz package receipt. |
mimas@2028 | 2 |
mimas@2028 | 3 PACKAGE="libmcs-dev" |
slaxemulator@10242 | 4 VERSION="0.7.2" |
pascal@2055 | 5 WEB_SITE="http://www.atheme.org/libmcs/" |
mimas@2028 | 6 MAINTAINER="mimas@slitaz.org" |
mimas@2028 | 7 CATEGORY="development" |
mimas@2028 | 8 WANTED="libmcs" |
mimas@2028 | 9 SHORT_DESC="Library for configuration storage" |
mimas@2028 | 10 |
erjo@10014 | 11 DEPENDS="libmowgli-dev" |
erjo@10014 | 12 |
mimas@2028 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2028 | 14 genpkg_rules() |
mimas@2028 | 15 { |
mimas@2028 | 16 mkdir -p $fs/usr/lib |
mimas@2028 | 17 cp -a $_pkg/usr/include $fs/usr/ |
mimas@2028 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
mimas@2028 | 19 } |
mimas@2028 | 20 |