wok-next diff owfs/receipt @ rev 20333

Up bmpanel2, urxvt, usbip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 15 16:27:09 2017 +0200 (2017-11-15)
parents b7319995b37e
children 09bc5cfc41d1
line diff
     1.1 --- a/owfs/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/owfs/receipt	Wed Nov 15 16:27:09 2017 +0200
     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  }