wok diff owfs/receipt @ rev 19395

Up jack-audio-connection-kit (0.124.1)
author Richard Dunbar <mojo@slitaz.org>
date Mon Aug 29 23:02:12 2016 -0400 (2016-08-29)
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 Aug 29 23:02:12 2016 -0400
     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  }