wok annotate mdocml-man/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents
children 23c3aed67cd9
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"
al@13688 8 WEB_SITE="http://mdocml.bsd.lv/"
al@13688 9 WANTED="mdocml"
al@13688 10 DEPENDS="mdocml"
al@13688 11
al@13688 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13688 13 genpkg_rules()
al@13688 14 {
al@13688 15 mkdir -p $fs/usr/share
al@13688 16 cp -a $_pkg/usr/share/man $fs/usr/share
al@13688 17 }