wok view o3read/receipt @ rev 15068

Up babl-dev, cookutils-daemon, frogatto-data, kmod-dev, libbonoboui-dev, libcomerr3, libcurl, libexo-dev, libpurple-dev, nagios-plugins-mysql, net6-dev, netatalk-dev, php-cups, pygobject-dev, remmina-dev, ruby-enterprise-doc, shutter-bug, ssfs-server, xfi, xfw, xine-fonts, xorg-server-Xvfb according the wanted their package versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 13:22:54 2013 +0000 (2013-08-13)
parents 6ec17b55b59a
children 600aaedb561d
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 DEPENDS=""
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 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make install PREFIX=$PWD/_pkg/usr
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 }