SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "o3read"

# SliTaz package receipt.

PACKAGE="o3read"
VERSION="0.0.4"
CATEGORY="utilities"
SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
MAINTAINER="milka@konstelacioj.info"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://siag.nu/o3read/"
WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
TAGS="office"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make install PREFIX=$PWD/_pkg/usr
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)