SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "owfs"

# SliTaz package receipt.

PACKAGE="owfs"
VERSION="2.7p33"
CATEGORY="misc"
SHORT_DESC="OWFS One Wire File System."
MAINTAINER="l.lemarinel@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="www.owfs.org"
WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
DEPENDS="fuse libusb"


# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)