wok view o3read/receipt @ rev 22099

Add python-incremental
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 01 14:48:33 2019 +0100 (2019-11-01)
parents 42380dbaadb7
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="o3read"
4 VERSION="0.0.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
7 MAINTAINER="milka@konstelacioj.info"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://siag.nu/o3read/"
11 WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
12 TAGS="office"
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i 's|uname -m|echo i486|' Makefile
20 sed -i 's|/man/|/share&|' Makefile
21 make install PREFIX=$DESTDIR/usr
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }