contrib/i2c-tools/Pkgfile

15 lines
370 B
Plaintext
Raw Normal View History

2008-02-15 10:56:53 +01:00
# Description: I2C Tools for Linux
2018-02-18 11:13:51 +01:00
# URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2008-02-15 10:56:53 +01:00
name=i2c-tools
2018-12-23 11:38:51 +01:00
version=4.1
2008-02-15 10:56:53 +01:00
release=1
source=(https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-$version.tar.xz)
2008-02-15 10:56:53 +01:00
build() {
2018-02-18 11:13:51 +01:00
cd $name-$version
2018-12-23 11:38:51 +01:00
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
2008-02-15 10:56:53 +01:00
}