wok view libunique-doc/receipt @ rev 16701

Up: tazpkg (5.3.1): fix bug with installing coreutils-directory package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 16:17:01 2014 +0300 (2014-05-26)
parents 129bb5b11a7e
children d17fa96382b5
line source
1 # SliTaz package receipt.
3 PACKAGE="libunique-doc"
4 VERSION="1.1.6"
5 CATEGORY="development"
6 SHORT_DESC="Libunqiue documentation.."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://live.gnome.org/LibUnique"
10 WANTED="libunique"
12 DEPENDS="libunique"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/gtk-doc $fs/usr/share
19 }