wok annotate mdocml-man/receipt @ rev 16814

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
parents 2398a227be6e
children 73f36875e5a7
rev   line source
al@13688 1 # SliTaz package receipt.
al@13688 2
al@13688 3 PACKAGE="mdocml-man"
al@13688 4 VERSION="1.12.1"
al@13688 5 CATEGORY="development"
al@13688 6 SHORT_DESC="Man files for mdocml"
al@13688 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15601 8 LICENSE="ISC"
al@13688 9 WEB_SITE="http://mdocml.bsd.lv/"
al@13688 10 WANTED="mdocml"
al@13688 11 DEPENDS="mdocml"
al@13688 12
al@13688 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13688 14 genpkg_rules()
al@13688 15 {
al@13688 16 mkdir -p $fs/usr/share
pascal@15601 17 cp -a $install/usr/share/man $fs/usr/share
al@13688 18 }