wok-undigest view owfs/receipt @ rev 24

Add: at, wol, owfs, wput. Change maintainer for dovecot. Welcom Ludovic.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 03 14:08:46 2010 +0200 (2010-04-03)
parents
children 591a1e0ea62c
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-dev"
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=$PWD/_pkg 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 }