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