wok-4.x annotate libmcs-dev/receipt @ rev 10172
Add perl-bit-vector.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 21:59:25 2011 +0000 (2011-05-20) |
parents | 1e90c90c8cc0 |
children | fe88c6375da6 |
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 |
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 |