aur/owfs to 2.9p1-0.1

This commit is contained in:
Kevin Mihelich 2013-08-17 14:55:04 +00:00
parent 18de179e14
commit 6f13bffd2a

View file

@ -1,8 +1,12 @@
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
# tzervo <tzervo@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - added libusb-compat depend, ed makedepend
pkgname="owfs"
pkgver=2.9p1
pkgrel=0
pkgrel=0.1
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim."
arch=('any')
url="http://www.owfs.org"
@ -11,10 +15,8 @@ groups=()
# Dependencies are not mandatory to build owserver, but:
# - fuse is needed for owfs
# - swig is needed for scripting languages bindings (perl, python...)
depends=('fuse' 'swig' 'python2')
makedepends=()
provides=('owfs')
conflicts=('owfs')
depends=('fuse' 'swig' 'python2' 'libusb-compat')
makedepends=('ed')
replaces=()
backup=()
options=()