wok-undigest view owfs/receipt @ rev 341

avant-window-navigator: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 15 16:02:31 2011 +0200 (2011-06-15)
parents 591a1e0ea62c
children 4f453bb83f4e
line source
1 # SliTaz package receipt.
3 PACKAGE="owfs"
4 VERSION="2.7p33"
5 CATEGORY="misc"
6 SHORT_DESC="OWFS One Wire File System."
7 MAINTAINER="l.lemarinel@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="www.owfs.org"
10 #WGET_URL="http://downloads.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL?use_mirror=freefr"
11 WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/2.7p33/owfs-2.7p33.tar.gz"
12 BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
13 DEPENDS="fuse libusb"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr --bindir=/usr/bin &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }