wok-next view owfs/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents d5aab818505e
children 31254a0bbea7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="owfs"
4 VERSION="3.2p1"
5 CATEGORY="misc"
6 SHORT_DESC="OWFS One Wire File System"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.owfs.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="fuse2-dev libusb-dev libusb-compat-dev eudev-dev"
16 compile_rules() {
17 ./configure \
18 --bindir=/usr/bin \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="fuse2 libusb"
28 }