wok-next annotate get-OpenOffice3/receipt @ rev 4074

Add: cryptopp (C++ class library of cryptographic schemes)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Sep 13 23:57:14 2009 +0200 (2009-09-13)
parents 7f210df81252
children 041af50bcc91
rev   line source
erjo@1692 1 # SliTaz package receipt.
erjo@1692 2
erjo@1692 3 PACKAGE="get-OpenOffice3"
erjo@2379 4 VERSION="1.1"
erjo@1692 5 CATEGORY="office"
erjo@1692 6 SHORT_DESC="Productivity suite"
erjo@1692 7 MAINTAINER="erjo@slitaz.org"
erjo@1692 8 WEB_SITE="http://www.openoffice.org"
erjo@1692 9
erjo@1692 10 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1692 11 genpkg_rules()
erjo@1692 12 {
erjo@1692 13 mkdir -p $fs/usr/bin
erjo@1697 14 install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
erjo@1692 15 }
erjo@1692 16