mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/i2c-tools to 4.1-2
This commit is contained in:
parent
36b2955c4c
commit
4b19f20b2e
1 changed files with 4 additions and 7 deletions
|
@ -6,17 +6,16 @@
|
|||
|
||||
pkgname=i2c-tools
|
||||
pkgver=4.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
|
||||
arch=('x86_64')
|
||||
url="http://www.lm-sensors.org/wiki/I2CTools"
|
||||
license=('GPL')
|
||||
depends=('perl')
|
||||
makedepends=('python2' 'python' 'git')
|
||||
options=('!makeflags')
|
||||
makedepends=('python' 'git')
|
||||
optdepends=('read-edid: for decode-edid script'
|
||||
'python: for smbus module'
|
||||
'python2: for smbus module')
|
||||
'python: for smbus module')
|
||||
options=('!makeflags')
|
||||
_commit=629185af1552b1866052c6973c930f1a26992dfc
|
||||
source=("git+https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
@ -27,7 +26,6 @@ build() {
|
|||
make -C eepromer CFLAGS="$CFLAGS -I../include"
|
||||
cd py-smbus
|
||||
CPPFLAGS="$CPPFLAGS -I../include" python setup.py build
|
||||
CPPFLAGS="$CPPFLAGS -I../include" python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -36,7 +34,6 @@ package() {
|
|||
install -Dm755 eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
|
||||
cd py-smbus
|
||||
python setup.py install --prefix "${pkgdir}/usr"
|
||||
python2 setup.py install --prefix "${pkgdir}/usr"
|
||||
rm -rf "${pkgdir}/usr/include"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue