wok-next view fox-doc/receipt @ rev 6891
Fixed cups. Needed to add --enable-dbus and --with-dbusdir=/etc/dbus-1 for there to be a /etc/dbus-1 folder to copy to package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 02:47:40 2010 +0000 (2010-10-21) |
parents | 8e7cd625ccfe |
children | bd75f843a141 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fox-doc"
4 VERSION="1.6.40"
5 CATEGORY="misc"
6 SHORT_DESC="Fox Toolkit documentation."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="fox"
9 WEB_SITE="http://www.fox-toolkit.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/doc $fs/usr/share
16 }