wok annotate o3read/receipt @ rev 9539

Add setuptools to python-webob build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 13:48:25 2011 +0000 (2011-04-08)
parents 6ec17b55b59a
children 600aaedb561d
rev   line source
milka@1134 1 # SliTaz package receipt.
milka@1134 2
milka@1134 3 PACKAGE="o3read"
milka@1134 4 VERSION="0.0.4"
milka@1134 5 CATEGORY="utilities"
milka@1134 6 SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
milka@1134 7 MAINTAINER="milka@konstelacioj.info"
milka@1134 8 DEPENDS=""
milka@1134 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
milka@1134 10 WEB_SITE="http://siag.nu/o3read/"
milka@1134 11 WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
jozee@4970 12 TAGS="office"
milka@1134 13
milka@1134 14 # Rules to configure and make the package.
milka@1134 15 compile_rules()
milka@1134 16 {
milka@1134 17 cd $src
milka@1134 18 make install PREFIX=$PWD/_pkg/usr
milka@1134 19 }
milka@1134 20
milka@1134 21 # Rules to gen a SliTaz package suitable for Tazpkg.
milka@1134 22 genpkg_rules()
milka@1134 23 {
milka@1134 24 mkdir -p $fs/usr
milka@1134 25 cp -a $_pkg/usr/bin $fs/usr
milka@1134 26 }
milka@1134 27