wok-current annotate libmcs-dev/receipt @ rev 18537
Up mp(5.2.10), kkedit(0.2.11), mplayer: fix *desktop
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Nov 02 12:40:01 2015 +0100 (2015-11-02) |
parents | 8f447cf2eee5 |
children | eeba7ab1dffe |
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" |
pascal@15473 | 7 LICENSE="BSD" |
mimas@2028 | 8 CATEGORY="development" |
mimas@2028 | 9 WANTED="libmcs" |
mimas@2028 | 10 SHORT_DESC="Library for configuration storage" |
mimas@2028 | 11 |
pascal@15597 | 12 DEPENDS="libmowgli-dev pkg-config" |
erjo@10014 | 13 |
mimas@2028 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2028 | 15 genpkg_rules() |
mimas@2028 | 16 { |
mimas@2028 | 17 mkdir -p $fs/usr/lib |
pascal@15473 | 18 cp -a $install/usr/include $fs/usr/ |
pascal@15473 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
mimas@2028 | 20 } |
mimas@2028 | 21 |