wok view libunique-doc/receipt @ rev 14698
Add perl-cgi, perl-config-general, perl-http-server-simple, perl-mailtools, perl-mime-lite, perl-mime-types
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 07 16:21:22 2013 +0200 (2013-06-07) |
parents | 418686f0c6cd |
children | 6eff489aa802 |
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 DEPENDS="libunique"
9 WEB_SITE="http://live.gnome.org/LibUnique"
10 WANTED="libunique"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
17 }