wok-next annotate 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 |
rev | line source |
---|---|
al@20513 | 1 # SliTaz package receipt v2. |
milka@1134 | 2 |
milka@1134 | 3 PACKAGE="o3read" |
milka@1134 | 4 VERSION="0.0.4" |
milka@1134 | 5 CATEGORY="utilities" |
milka@1134 | 6 SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats" |
milka@1134 | 7 MAINTAINER="milka@konstelacioj.info" |
pascal@15590 | 8 LICENSE="GPL2" |
al@20513 | 9 WEB_SITE="http://siag.nu/o3read/" |
al@20513 | 10 |
milka@1134 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
milka@1134 | 12 WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz" |
milka@1134 | 13 |
al@20513 | 14 compile_rules() { |
pascal@19293 | 15 sed -i 's|/man/|/share&|' Makefile |
pascal@15590 | 16 make install PREFIX=$DESTDIR/usr |
milka@1134 | 17 } |
milka@1134 | 18 |
al@20513 | 19 genpkg_rules() { |
al@20513 | 20 copy @std |
al@20513 | 21 TAGS="office" |
milka@1134 | 22 } |