wok-next annotate owfs/receipt @ rev 20338

Up owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 17 11:49:24 2017 +0100 (2017-11-17)
parents 09bc5cfc41d1
children 474eb4a6385a
rev   line source
pascal@11226 1 # SliTaz package receipt.
pascal@11226 2
pascal@11226 3 PACKAGE="owfs"
pascal@20338 4 VERSION="3.2p1"
pascal@11226 5 CATEGORY="misc"
pascal@11226 6 SHORT_DESC="OWFS One Wire File System."
pascal@11226 7 MAINTAINER="l.lemarinel@gmail.com"
pascal@15590 8 LICENSE="GPL2"
pascal@11226 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20338 10 WEB_SITE="http://www.owfs.org/"
pascal@20338 11 WGET_URL="$SF_MIRROR/owfs/owfs/$VERSION/$TARBALL"
pascal@15590 12
pascal@20337 13 BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat-dev udev-dev"
pascal@11226 14 DEPENDS="fuse libusb"
pascal@11226 15
pascal@11226 16 # Rules to configure and make the package.
pascal@11226 17 compile_rules()
pascal@11226 18 {
gokhlayeh@11573 19 ./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS &&
pascal@11226 20 make &&
pascal@11226 21 make DESTDIR=$DESTDIR install
pascal@11226 22 }
pascal@11226 23
pascal@11226 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11226 25 genpkg_rules()
pascal@11226 26 {
pascal@11226 27 mkdir -p $fs/usr
pascal@15590 28 cp -a $install/usr/bin $fs/usr
pascal@11226 29 }