mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/owfs to 2.9p1-0.1
This commit is contained in:
parent
18de179e14
commit
6f13bffd2a
1 changed files with 7 additions and 5 deletions
|
@ -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=()
|
||||
|
|
Loading…
Reference in a new issue