wok diff owfs/receipt @ rev 20632
linld: 32 bits lseeks for tazboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 17:23:23 2019 +0100 (2019-01-05) |
parents | 600aaedb561d |
children | f15dfe3b6923 |
line diff
1.1 --- a/owfs/receipt Mon Dec 02 19:18:04 2013 +0000 1.2 +++ b/owfs/receipt Sat Jan 05 17:23:23 2019 +0100 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="owfs" 1.7 -VERSION="2.7p33" 1.8 +VERSION="3.2p1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="OWFS One Wire File System." 1.11 MAINTAINER="l.lemarinel@gmail.com" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="www.owfs.org" 1.15 +WEB_SITE="http://owfs.org/" 1.16 WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL" 1.17 1.18 BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat" 1.19 @@ -16,7 +16,6 @@ 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 ./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS && 1.25 make && 1.26 make DESTDIR=$DESTDIR install