mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# Maintainer: tzervo <tzervo@gmail.com>
|
||||||
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
|
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
|
||||||
|
|
||||||
plugrel=1
|
plugrel=2
|
||||||
|
|
||||||
pkgname=owfs
|
pkgname=owfs
|
||||||
pkgver=2.8p7
|
pkgver=2.8p7
|
||||||
pkgrel=1
|
pkgrel=1.${plugrel}
|
||||||
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, includes temploggerd."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://www.owfs.org"
|
url="http://www.owfs.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('fuse' 'swig')
|
depends=('fuse' 'swig' 'rrdtool')
|
||||||
provides=('owfs')
|
provides=('owfs')
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
|
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz
|
||||||
md5sums=('58dcd6b03de9e58cc282a63f57fcaa23')
|
http://downloads.sourceforge.net/sourceforge/owfs/temploggerd-1.3.8.tar.gz)
|
||||||
|
md5sums=('58dcd6b03de9e58cc282a63f57fcaa23'
|
||||||
|
'8a75fe79fbd0ac1f042d6db88ca59ef4')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
@ -21,5 +23,10 @@ build() {
|
||||||
./configure --prefix=/usr --with-python="/usr/bin/python2" --with-pythonconfig="/usr/bin/python2-config"
|
./configure --prefix=/usr --with-python="/usr/bin/python2" --with-pythonconfig="/usr/bin/python2-config"
|
||||||
make || return 1
|
make || return 1
|
||||||
make DESTDIR="$pkgdir" install
|
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