--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ddcmon
+-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/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/i2c-stub-from-dump.8.gz
+-rw-r--r-- root/root usr/man/man8/i2cdetect.8.gz
+-rw-r--r-- root/root usr/man/man8/i2cdump.8.gz
+-rw-r--r-- root/root usr/man/man8/i2cget.8.gz
+-rw-r--r-- root/root usr/man/man8/i2cset.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/i2c-stub-from-dump
+-rwxr-xr-x root/root usr/sbin/i2cdetect
+-rwxr-xr-x root/root usr/sbin/i2cdump
+-rwxr-xr-x root/root usr/sbin/i2cget
+-rwxr-xr-x root/root usr/sbin/i2cset
--- /dev/null
+# Description: I2C Tools for Linux
+# URL: http://www.lm-sensors.org
+# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Packager: Mikhail Kolesnik, mike at openbunker dot org
+# Depends on:
+
+name=i2c-tools
+version=3.0.2
+release=1
+source=(http://dl.lm-sensors.org/$name/releases/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ sed -i 's|/usr/local|/usr|' Makefile
+ sed -i 's|/share/man|/man|' Makefile
+ make PREFIX=/usr CC="$CC"
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/include
+}