wok-undigest annotate owfs/receipt @ rev 221

rm ovzkernel-i686
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jan 26 00:19:13 2011 +0100 (2011-01-26)
parents
children 591a1e0ea62c
rev   line source
erjo@24 1 # SliTaz package receipt.
erjo@24 2
erjo@24 3 PACKAGE="owfs"
erjo@24 4 VERSION="2.7p33"
erjo@24 5 CATEGORY="misc"
erjo@24 6 SHORT_DESC="OWFS One Wire File System."
erjo@24 7 MAINTAINER="l.lemarinel@gmail.com"
erjo@24 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@24 9 WEB_SITE="www.owfs.org"
erjo@24 10 #WGET_URL="http://downloads.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL?use_mirror=freefr"
erjo@24 11 WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/2.7p33/owfs-2.7p33.tar.gz"
erjo@24 12 BUILD_DEPENDS="fuse-dev libusb-dev"
erjo@24 13 DEPENDS="fuse libusb"
erjo@24 14
erjo@24 15
erjo@24 16 # Rules to configure and make the package.
erjo@24 17 compile_rules()
erjo@24 18 {
erjo@24 19 cd $src
erjo@24 20 ./configure --prefix=/usr --bindir=/usr/bin
erjo@24 21 make
erjo@24 22 make DESTDIR=$PWD/_pkg install
erjo@24 23 }
erjo@24 24
erjo@24 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@24 26 genpkg_rules()
erjo@24 27 {
erjo@24 28 mkdir -p $fs/usr
erjo@24 29 cp -a $_pkg/usr/bin $fs/usr
erjo@24 30 }