wok view get-rar/receipt @ rev 14732

Add xorg-xf86-video-cirrus, xorg-xf86-video-mach64, xorg-xf86-video-s3virge, xorg-xf86-video-savage, xorg-xf86-video-sis, xorg-xf86-video-tseng
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 13:22:51 2013 +0200 (2013-06-13)
parents 93cdea384a76
children 42b8478866fb
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/"
9 TAGS="compression archive"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-rar $fs/usr/bin
16 }