mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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 >
|
# 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=()
|
||||||
|
|
Loading…
Reference in a new issue