wok view leocad-pieces/receipt @ rev 12140

clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 13 22:22:35 2012 -0500 (2012-03-13)
parents 6a610252cd65
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="leocad-pieces"
4 VERSION="4806"
5 CATEGORY="games"
6 SHORT_DESC="Pieces library for LeoCAD."
7 MAINTAINER="rcx@zoominternet.net"
8 SOURCE="pieces"
9 TARBALL="$SOURCE-$VERSION.zip"
10 WEB_SITE="http://www.leocad.org/"
11 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/leocad
17 cp -a $src/* $fs/usr/share/leocad
18 }