wok annotate libmcs-dev/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
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