wok-next annotate o3read/receipt @ rev 19841
Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 17 16:45:06 2017 +0300 (2017-08-17) |
parents | 600aaedb561d |
children | d43bf7aae921 |
rev | line source |
---|---|
milka@1134 | 1 # SliTaz package receipt. |
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" |
milka@1134 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
milka@1134 | 10 WEB_SITE="http://siag.nu/o3read/" |
milka@1134 | 11 WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz" |
jozee@4970 | 12 TAGS="office" |
milka@1134 | 13 |
pascal@15590 | 14 DEPENDS="" |
pascal@15590 | 15 |
milka@1134 | 16 # Rules to configure and make the package. |
milka@1134 | 17 compile_rules() |
milka@1134 | 18 { |
pascal@19293 | 19 sed -i 's|/man/|/share&|' Makefile |
pascal@15590 | 20 make install PREFIX=$DESTDIR/usr |
milka@1134 | 21 } |
milka@1134 | 22 |
milka@1134 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
milka@1134 | 24 genpkg_rules() |
milka@1134 | 25 { |
milka@1134 | 26 mkdir -p $fs/usr |
pascal@15590 | 27 cp -a $install/usr/bin $fs/usr |
milka@1134 | 28 } |
milka@1134 | 29 |