# 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 }