wok diff odt2txt/receipt @ rev 1439

update BUILD_DEPENDS for bastet dropbear enchant gamin htop lame and nano
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 13:37:38 2008 +0000 (2008-10-02)
parents
children 4482e0fab13a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/odt2txt/receipt	Thu Oct 02 13:37:38 2008 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="odt2txt"
     1.7 +VERSION="0.4"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="A simple converter from OpenDocument Text to plain text"
    1.10 +MAINTAINER="milka@konstelacioj.info"
    1.11 +#DEPENDS=""
    1.12 +BUILD_DEPENDS="zlib-dev"
    1.13 +#SUGGESTED="odfread"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://www.stosberg.net/odt2txt/"
    1.16 +WGET_URL="http://www.stosberg.net/$PACKAGE/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	make
    1.23 +	mkdir -p $PWD/_pkg/usr/bin
    1.24 +	mv $PACKAGE $PWD/_pkg/usr/bin/
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/bin
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	strip -s $fs/usr/bin/*
    1.33 +}
    1.34 \ No newline at end of file