summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/i2c-tools
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/i2c-tools
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/i2c-tools')
-rw-r--r--abs/extra-testing/i2c-tools/Makefile.patch19
-rw-r--r--abs/extra-testing/i2c-tools/PKGBUILD21
2 files changed, 0 insertions, 40 deletions
diff --git a/abs/extra-testing/i2c-tools/Makefile.patch b/abs/extra-testing/i2c-tools/Makefile.patch
deleted file mode 100644
index f90fa14..0000000
--- a/abs/extra-testing/i2c-tools/Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig 2007-11-01 18:54:57.000000000 +0100
-+++ Makefile 2008-09-24 14:46:54.000000000 +0200
-@@ -5,7 +5,7 @@
- # Licensed under the GNU General Public License.
-
- DESTDIR =
--prefix = /usr/local
-+prefix = /usr
- bindir = $(prefix)/bin
- sbindir = $(prefix)/sbin
- mandir = $(prefix)/share/man
-@@ -32,6 +32,6 @@
- all:
-
- include eeprom/Module.mk
--include include/Module.mk
-+#include include/Module.mk
- include stub/Module.mk
- include tools/Module.mk
diff --git a/abs/extra-testing/i2c-tools/PKGBUILD b/abs/extra-testing/i2c-tools/PKGBUILD
deleted file mode 100644
index db1700d..0000000
--- a/abs/extra-testing/i2c-tools/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: DonVla <donvla@users.sourceforge.net>
-
-pkgname=i2c-tools
-pkgver=3.0.2
-pkgrel=1
-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"
-license=('GPL')
-depends=('lm_sensors' 'perl' 'read-edid')
-options=(strip)
-source=(http://dl.lm-sensors.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2 Makefile.patch)
-md5sums=('b546345ac19db56719dea6b8199f11e0' '49d17834f9d7e68407ec46785e47bb94')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p0 < $startdir/Makefile.patch
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-# vim:set ts=2 sw=2 et: