[arch-commits] Commit in i2c-tools/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Tue Jan 5 19:19:08 UTC 2021


    Date: Tuesday, January 5, 2021 @ 19:19:08
  Author: anatolik
Revision: 809753

archrelease: copy trunk to community-testing-x86_64

Added:
  i2c-tools/repos/community-testing-x86_64/
  i2c-tools/repos/community-testing-x86_64/PKGBUILD
    (from rev 809752, i2c-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Copied: i2c-tools/repos/community-testing-x86_64/PKGBUILD (from rev 809752, i2c-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-01-05 19:19:08 UTC (rev 809753)
@@ -0,0 +1,41 @@
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+
+pkgname=i2c-tools
+pkgver=4.2
+pkgrel=1
+pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
+arch=('x86_64')
+url="https://i2c.wiki.kernel.org/index.php/I2C_Tools"
+license=('GPL')
+depends=('perl')
+makedepends=('python' 'git')
+optdepends=('read-edid: for decode-edid script'
+            'python: for smbus module')
+source=(
+  "https://www.kernel.org/pub/software/utils/i2c-tools/$pkgname-$pkgver.tar.xz"
+  "https://www.kernel.org/pub/software/utils/i2c-tools/$pkgname-$pkgver.tar.sign"
+)
+sha256sums=('37f2dabc7082d185903ff21d1f584b5dcb4dd2eb2c879bbd8d7c50ae900dacd6'
+            'SKIP')
+validpgpkeys=(
+  '7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A' # Jean Delvare
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  make -C eepromer CFLAGS="$CFLAGS -I../include"
+  cd py-smbus
+  CPPFLAGS="$CPPFLAGS -I../include" python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX="${pkgdir}/usr" sbindir="$pkgdir/usr/bin" install
+  install -Dm755 eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
+  cd py-smbus
+  python setup.py install --prefix "${pkgdir}/usr"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list