wok diff o3read/receipt @ rev 18699

Up firefox-official* (43.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 02:02:53 2015 +0200 (2015-12-16)
parents 02bbaa9d12ba
children 42380dbaadb7
line diff
     1.1 --- a/o3read/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/o3read/receipt	Wed Dec 16 02:02:53 2015 +0200
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
     1.6  MAINTAINER="milka@konstelacioj.info"
     1.7 -DEPENDS=""
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://siag.nu/o3read/"
    1.11  WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
    1.12  TAGS="office"
    1.13  
    1.14 +DEPENDS=""
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	make install PREFIX=$PWD/_pkg/usr
    1.21 +	make install PREFIX=$DESTDIR/usr
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr
    1.28 -	cp -a $_pkg/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30  }
    1.31