wok-current annotate o3read/receipt @ rev 16459
ARM: Mplayer need a gmplayer sym link and so we have a gui video player for arm :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 20 16:57:15 2014 +0200 (2014-04-20) |
parents | 02bbaa9d12ba |
children | 42380dbaadb7 |
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 { |
milka@1134 | 19 cd $src |
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 |