wok-stable view libunique-doc/receipt @ rev 6190

Up: cups, cups-dev, php-cups, cups-pam to 1.4.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 10 20:32:34 2010 +0000 (2010-09-10)
parents
children f3f04d197875
line source
1 # SliTaz package receipt.
3 PACKAGE="libunique-doc"
4 VERSION="1.0.8"
5 CATEGORY="development"
6 SHORT_DESC="Libunqiue documentation.."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libunqiue"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://live.gnome.org/LibUnique"
11 WANTED="libunique"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/
17 cp -a $_pkg/usr/share $fs/usr
18 }