wok-6.x view libunique-doc/receipt @ rev 21145
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 28 14:01:40 2019 +0100 (2019-03-28) |
parents | d17fa96382b5 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libunique-doc"
4 VERSION="1.1.6"
5 CATEGORY="development"
6 SHORT_DESC="Libunique documentation."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://wiki.gnome.org/Attic/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 }