# 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 }