From 7f687aa188545663673bba290988bb2f9d819236 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 18 Feb 2018 05:13:51 -0500 Subject: [PATCH] i2c-tools: new maintainer --- i2c-tools/.footprint | 3 +++ i2c-tools/.signature | 6 +++--- i2c-tools/Pkgfile | 15 +++++---------- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/i2c-tools/.footprint b/i2c-tools/.footprint index 182dabf1d..f93f371bf 100644 --- a/i2c-tools/.footprint +++ b/i2c-tools/.footprint @@ -4,6 +4,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/decode-dimms -rwxr-xr-x root/root usr/bin/decode-edid -rwxr-xr-x root/root usr/bin/decode-vaio +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/i2c/ +-rw-r--r-- root/root usr/include/i2c/smbus.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libi2c.a lrwxrwxrwx root/root usr/lib/libi2c.so -> libi2c.so.0 diff --git a/i2c-tools/.signature b/i2c-tools/.signature index 7ed689e9c..fc4053b75 100644 --- a/i2c-tools/.signature +++ b/i2c-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30KDFrU98UAlvavuIe+bbGsvEoyu2YD3CW5bjtuHMDSc52zuSumOprCc64sXC8kNWZaAD7OOqDVMaKnylrkisg4= -SHA256 (Pkgfile) = 5a80f333d91eea989718ccaffcf80154ab3c01009d75f84e26d8f70f9d02e153 -SHA256 (.footprint) = 366154f1fabea0b9b38bdd812dc6e15b5d9d9de386da83ca6add31d11b88b15f +RWSagIOpLGJF379gyfYhE3jZJODSybuBQw2sonVS8wrOzWgkj1PmYjN9nPX6mVI4o8TguKMOriXIRttkmVmii8+M5+V4f6FNhwQ= +SHA256 (Pkgfile) = c74fc432bf0f7a0cb0a5ac485b7effe6b323918afdda2f20102d35b414699e98 +SHA256 (.footprint) = cef3dc749f3dbc8e798b6fa005f88ceb884ff0cc76a665369b4161bb75343f53 SHA256 (i2c-tools-4.0.tar.xz) = d900ca1c11c51ea20caa50b096f948008b8a7ad832311b23353e21baa7af28d6 diff --git a/i2c-tools/Pkgfile b/i2c-tools/Pkgfile index 9cf74e016..e47d634c2 100644 --- a/i2c-tools/Pkgfile +++ b/i2c-tools/Pkgfile @@ -1,7 +1,6 @@ # Description: I2C Tools for Linux -# URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools -# Maintainer: Unmaintained -# Depends on: +# URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools +# Maintainer: John Vogel, jvogel4 at stny dot rr dot com name=i2c-tools version=4.0 @@ -9,11 +8,7 @@ release=1 source=(https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-$version.tar.xz) build() { - cd $name-$version - sed -e 's|/usr/local|/usr|g' -i Makefile - - make PREFIX=/usr - make DESTDIR=$PKG install - - rm -r $PKG/usr/include + cd $name-$version + make prefix=/usr + make prefix=/usr DESTDIR=$PKG install }