aur/owfs to 2.8p8-1

This commit is contained in:
Kevin Mihelich 2011-06-09 17:51:42 -04:00
parent 0462c32d73
commit 17df7386a6

View file

@ -1,21 +1,30 @@
# Maintainer: tzervo <tzervo@gmail.com>
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
plugrel=2
plugrel=1
pkgname=owfs
pkgver=2.8p7
pkgrel=1.${plugrel}
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim, includes temploggerd."
pkgver=2.8p8
pkgrel=1
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim."
arch=('any')
url="http://www.owfs.org"
license=('GPL')
depends=('fuse' 'swig' 'rrdtool')
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')
makedepends=()
provides=('owfs')
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz
http://downloads.sourceforge.net/sourceforge/owfs/temploggerd-1.3.8.tar.gz)
md5sums=('58dcd6b03de9e58cc282a63f57fcaa23'
'8a75fe79fbd0ac1f042d6db88ca59ef4')
conflicts=('owfs')
replaces=()
backup=()
options=()
install=
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
noextract=()
md5sums=('56afd8857bf3ae51fadd7fce0c354b58')
build() {
cd "$srcdir/$pkgname-$pkgver"
@ -23,10 +32,5 @@ build() {
./configure --prefix=/usr --with-python="/usr/bin/python2" --with-pythonconfig="/usr/bin/python2-config"
make || return 1
make DESTDIR="$pkgdir" install
cd "$srcdir/temploggerd-1.3.8"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install
}