wok-next diff o3read/receipt @ rev 20543

xorg-xf86-video-fbturbo: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 03 11:07:12 2018 +0200 (2018-04-03)
parents 42380dbaadb7
children d5aab818505e
line diff
     1.1 --- a/o3read/receipt	Wed Jul 06 15:27:44 2016 +0200
     1.2 +++ b/o3read/receipt	Tue Apr 03 11:07:12 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="o3read"
     1.8  VERSION="0.0.4"
     1.9 @@ -6,24 +6,17 @@
    1.10  SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
    1.11  MAINTAINER="milka@konstelacioj.info"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://siag.nu/o3read/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://siag.nu/o3read/"
    1.17  WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
    1.18 -TAGS="office"
    1.19  
    1.20 -DEPENDS=""
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	sed -i 's|/man/|/share&|' Makefile
    1.27  	make install PREFIX=$DESTDIR/usr
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -	mkdir -p $fs/usr
    1.34 -	cp -a $install/usr/bin $fs/usr
    1.35 +genpkg_rules() {
    1.36 +	copy @std
    1.37 +	TAGS="office"
    1.38  }
    1.39 -