wok-6.x diff owfs/receipt @ rev 17597
Up: pangomm 2.35.1
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Feb 10 20:17:45 2015 +0000 (2015-02-10) |
parents | b7319995b37e |
children | 401224c936cc |
line diff
1.1 --- a/owfs/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/owfs/receipt Tue Feb 10 20:17:45 2015 +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 }