wok view get-rar/receipt @ rev 3673

Add ocsinventory (meta packages)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 11 12:17:00 2009 +0200 (2009-07-11)
parents
children 552220e919ae
line source
1 # SliTaz package receipt.
3 PACKAGE="get-rar"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get RAR packer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.rarlab.com/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp stuff/get-rar $fs/usr/bin
15 }