1 # Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
2 # tzervo <tzervo@gmail.com>
6 pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim."
8 url="http://www.owfs.org"
11 # Dependencies are not mandatory to build owserver, but:
12 # - fuse is needed for owfs
13 # - swig is needed for scripting languages bindings (perl, python...)
14 depends=('fuse' 'swig')
22 source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
24 md5sums=('cd213fd9bbfed95cca2c833c0f14dd72')
27 cd "$srcdir/$pkgname-$pkgver"
29 ./configure --prefix=/usr --with-python="/usr/bin/python2" --with-pythonconfig="/usr/bin/python2-config"
31 make DESTDIR="$pkgdir" install