summaryrefslogtreecommitdiff
path: root/community/i2c-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
committerroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
commit7e7561a9640d0e1f54288a391239feb6bd691b56 (patch)
treed3b51b006a1133ace68d149692d9bd9fb3f981a9 /community/i2c-tools
parent94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff)
Fri May 31 06:21:01 PDT 2013
Diffstat (limited to 'community/i2c-tools')
-rw-r--r--community/i2c-tools/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/i2c-tools/PKGBUILD b/community/i2c-tools/PKGBUILD
index 2e15b7557..448c7452c 100644
--- a/community/i2c-tools/PKGBUILD
+++ b/community/i2c-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91137 2013-05-20 09:47:55Z jelle $
+# $Id: PKGBUILD 92028 2013-05-30 23:36:57Z seblu $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: DonVla <donvla@users.sourceforge.net>
pkgname=i2c-tools
pkgver=3.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
arch=('i686' 'x86_64')
url="http://www.lm-sensors.org/wiki/I2CTools"
@@ -15,7 +15,7 @@ source=(http://dl.lm-sensors.org/${pkgname}/releases/${pkgname}-${pkgver}.tar.bz
md5sums=('f15019e559e378c6e9d5d6299a00df21')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make
make -C eepromer CFLAGS="$CFLAGS -I../include"
cd py-smbus
@@ -24,7 +24,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make prefix="${pkgdir}/usr" install
+ make prefix="${pkgdir}/usr" sbindir="$pkgdir/usr/bin" install
install -Dm755 eepromer/eeprog eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
cd py-smbus
python2 setup.py install --prefix "${pkgdir}/usr"