wok annotate mdocml-dev/receipt @ rev 16375

dillo: better SliTaz integration with custom icons (it will be default browser on ARM until TazWeb is stable)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 23:13:44 2014 +0200 (2014-04-14)
parents 2398a227be6e
children 73f36875e5a7
rev   line source
al@13688 1 # SliTaz package receipt.
al@13688 2
al@13688 3 PACKAGE="mdocml-dev"
al@13688 4 VERSION="1.12.1"
al@13688 5 CATEGORY="development"
al@13688 6 SHORT_DESC="Devel 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
pascal@15601 17 cp -a $install/usr/include $fs/usr
pascal@15601 18 cp -a $install/usr/lib $fs/usr
al@13688 19 }