mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/owfs to 2.8p14-1
This commit is contained in:
parent
0265d00cf5
commit
9ae48d69ad
1 changed files with 3 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
plugrel=1
|
plugrel=1
|
||||||
|
|
||||||
pkgname=owfs
|
pkgname="owfs"
|
||||||
pkgver=2.8p8
|
pkgver=2.8p14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -24,7 +24,7 @@ options=()
|
||||||
install=
|
install=
|
||||||
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
|
source=(http://downloads.sourceforge.net/sourceforge/owfs/$pkgname-$pkgver.tar.gz)
|
||||||
noextract=()
|
noextract=()
|
||||||
md5sums=('56afd8857bf3ae51fadd7fce0c354b58')
|
md5sums=('cd213fd9bbfed95cca2c833c0f14dd72')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
@ -33,4 +33,3 @@ build() {
|
||||||
make || return 1
|
make || return 1
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue