wok view sg3_utils/receipt @ rev 12747

add ziproxy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 09 16:25:48 2012 +0200 (2012-05-09)
parents
children 10e6c72b2c15
line source
1 # SliTaz package receipt.
3 PACKAGE="sg3_utils"
4 VERSION="1.29"
5 CATEGORY="system-tools"
6 SHORT_DESC="Low level utilities for devices that use a SCSI command set."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://sg.danny.cz/sg/"
10 WGET_URL="http://sg.danny.cz/sg/p/$TARBALL"
12 DEPENDS="libsgutils2"
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/bin $fs/usr
29 [ -x "/usr/bin/cook" ] && cook libsgutils2
30 }