wok-next diff owfs/receipt @ rev 16614
libgd: dowgrade to 2.0.35 (it was a bad idea and not the moment to update)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 08 19:40:39 2014 +0200 (2014-05-08) |
parents | b7319995b37e |
children | 09bc5cfc41d1 |
line diff
1.1 --- a/owfs/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/owfs/receipt Thu May 08 19:40:39 2014 +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 }