wok-next annotate fox-doc/receipt @ rev 18395

open-vm-tools: add missing dep linux-module-headers
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 01:56:55 2015 +0000 (2015-09-19)
parents 76b72f1ad63c
children
rev   line source
pankso@2779 1 # SliTaz package receipt.
pankso@2779 2
pankso@2779 3 PACKAGE="fox-doc"
slaxemulator@15838 4 VERSION="1.6.49"
pankso@2779 5 CATEGORY="misc"
pankso@2779 6 SHORT_DESC="Fox Toolkit documentation."
pankso@2779 7 MAINTAINER="pankso@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pankso@2779 9 WANTED="fox"
pankso@2779 10 WEB_SITE="http://www.fox-toolkit.org/"
pankso@2779 11
pankso@2779 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2779 13 genpkg_rules()
pankso@2779 14 {
pankso@2779 15 mkdir -p $fs/usr/share
pascal@14996 16 cp -a $install/usr/share/doc $fs/usr/share
pankso@2779 17 }