mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
updated aur/owfs to include temploggerd
This commit is contained in:
parent
698adb8592
commit
705ebe204a
1 changed files with 13 additions and 6 deletions
|
@ -1,19 +1,21 @@
|
|||
# Maintainer: tzervo <tzervo@gmail.com>
|
||||
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
|
||||
|
||||
plugrel=1
|
||||
plugrel=2
|
||||
|
||||
pkgname=owfs
|
||||
pkgver=2.8p7
|
||||
pkgrel=1
|
||||
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim."
|
||||
pkgrel=1.${plugrel}
|
||||
pkgdesc="An easy way to use the powerful 1-wire system of Dallas/Maxim, includes temploggerd."
|
||||
arch=('any')
|
||||
url="http://www.owfs.org"
|
||||
license=('GPL')
|
||||
depends=('fuse' 'swig')
|
||||
depends=('fuse' 'swig' 'rrdtool')
|
||||
provides=('owfs')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('58dcd6b03de9e58cc282a63f57fcaa23')
|
||||
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')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -21,5 +23,10 @@ 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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue