mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
added aur/owfs
This commit is contained in:
parent
3094a7dee4
commit
8de67b7e00
1 changed files with 25 additions and 0 deletions
25
aur/owfs/PKGBUILD
Executable file
25
aur/owfs/PKGBUILD
Executable file
|
@ -0,0 +1,25 @@
|
|||
# Maintainer: tzervo <tzervo@gmail.com>
|
||||
# Contributor: plut0nium <charles(DOT)fourneau(AT)gmail(DOT)com >
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=owfs
|
||||
pkgver=2.8p7
|
||||
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')
|
||||
provides=('owfs')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('58dcd6b03de9e58cc282a63f57fcaa23')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./configure --prefix=/usr --with-python="/usr/bin/python2" --with-pythonconfig="/usr/bin/python2-config"
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
Loading…
Reference in a new issue