wok-6.x view get-rar/receipt @ rev 3487

Up: audacious-plugins, fix: receipt, compile-options (and mp3 works now)
author Rohit Joshi <jozee@slitaz.org>
date Wed Jun 17 16:26:37 2009 +0000 (2009-06-17)
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 }