New package: i2c-tools-3.1.1
This commit is contained in:
parent
1a910fe316
commit
cfbee05bcb
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'i2c-tools'
|
||||
pkgname=i2c-tools
|
||||
version=3.1.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr sbindir=/usr/bin"
|
||||
depends="perl"
|
||||
short_desc="Heterogeneous set of I2C tools"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://packages.debian.org/sid/i2c-tools"
|
||||
distfiles="${DEBIAN_SITE}/main/i/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
||||
checksum=14d4d7d60d1c12e43f2befe239c682a5c44c27682f153d4b58c1e392d2db1700
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/include
|
||||
}
|
Loading…
Reference in New Issue