wok-current annotate owfs/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
parents ab72a4d08ed3
children 600aaedb561d
rev   line source
pascal@11226 1 # SliTaz package receipt.
pascal@11226 2
pascal@11226 3 PACKAGE="owfs"
pascal@11226 4 VERSION="2.7p33"
pascal@11226 5 CATEGORY="misc"
pascal@11226 6 SHORT_DESC="OWFS One Wire File System."
pascal@11226 7 MAINTAINER="l.lemarinel@gmail.com"
pascal@11226 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11226 9 WEB_SITE="www.owfs.org"
pascal@11226 10 WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
pascal@11226 11 BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
pascal@11226 12 DEPENDS="fuse libusb"
pascal@11226 13
pascal@11226 14
pascal@11226 15 # Rules to configure and make the package.
pascal@11226 16 compile_rules()
pascal@11226 17 {
pascal@11226 18 cd $src
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@11226 28 cp -a $_pkg/usr/bin $fs/usr
pascal@11226 29 }