wok diff owfs/receipt @ rev 16641

rubyripper: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 15:02:35 2014 +0000 (2014-05-12)
parents b7319995b37e
children 401224c936cc
line diff
     1.1 --- a/owfs/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/owfs/receipt	Mon May 12 15:02:35 2014 +0000
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="OWFS One Wire File System."
     1.6  MAINTAINER="l.lemarinel@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="www.owfs.org"
    1.10  WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
    1.11 +
    1.12  BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
    1.13  DEPENDS="fuse libusb"
    1.14  
    1.15 -
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -25,5 +26,5 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25  }