wok-6.x view tazwok/receipt @ rev 1133

Receipt for feh - Image viewer and composer
Receipt for giblib - Graphic library, Imlib2 wrapper. Requested by feh.
Receipt for giblib - Giblib development files. Requested to build feh.
author Mallory MOLLO <mallory@sweetpeople.org>
date Thu Jul 24 00:38:56 2008 +0200 (2008-07-24)
parents 7d534380fdad
children a7975e77ec10
line source
1 # SliTaz package receipt.
3 PACKAGE="tazwok"
4 VERSION="2.0"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz sources and binaries packages cooker."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin \
16 $fs/usr/share/examples/tazwok \
17 $fs/usr/share/doc/tazwok $fs/etc
19 # Copy Tazwok, doc and examples.
20 cp -a $src/tazwok $fs/usr/bin
21 chmod 755 $fs/usr/bin/tazwok
22 cp -a $src/doc/* $fs/usr/share/doc/tazwok
23 cp -a $src/examples/* $fs/usr/share/examples/tazwok
25 # Config file
26 cp -a $src/examples/tazwok.conf $fs/etc
27 }