wok-6.x view libunique-doc/receipt @ rev 8262
Removed -j 4 in zsnes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 29 16:37:30 2011 +0000 (2011-01-29) |
parents | dc0644f601c0 |
children | 129bb5b11a7e |
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 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/share
17 cp -a $_pkg/usr/share/gtk-doc $fs/usr/share
18 }