wok-stable annotate libmcs-dev/receipt @ rev 5632
Add: echinus
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu May 27 18:59:13 2010 +0000 (2010-05-27) |
parents | 5348e6d56f4e |
children | fbf6c7c6b461 |
rev | line source |
---|---|
mimas@2028 | 1 # SliTaz package receipt. |
mimas@2028 | 2 |
mimas@2028 | 3 PACKAGE="libmcs-dev" |
mimas@2028 | 4 VERSION="0.7.1" |
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 |
mimas@2028 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2028 | 12 genpkg_rules() |
mimas@2028 | 13 { |
mimas@2028 | 14 mkdir -p $fs/usr/lib |
mimas@2028 | 15 cp -a $_pkg/usr/include $fs/usr/ |
mimas@2028 | 16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
mimas@2028 | 17 } |
mimas@2028 | 18 |