summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/i2c-tools/PKGBUILD
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/PKGBUILD
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/PKGBUILD')
-rw-r--r--abs/extra-testing/i2c-tools/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
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: