wok annotate libmcs-dev/receipt @ rev 6339

wbarconf : add pt_BR translation (thanks blconde)
author Antoine Bodin <gokhlayeh@mailoo.org>
date Sun Sep 19 13:33:36 2010 +0200 (2010-09-19)
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