mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
New package: i2c-tools-3.1.1
This commit is contained in:
parent
1a910fe316
commit
cfbee05bcb
1 changed files with 17 additions and 0 deletions
17
srcpkgs/i2c-tools/template
Normal file
17
srcpkgs/i2c-tools/template
Normal file
|
@ -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…
Add table
Reference in a new issue