wok view i2c-tools-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents
children e3f377fbc5f0
line source
1 # SliTaz package receipt.
3 PACKAGE="i2c-tools-dev"
4 VERSION="3.1.1"
5 CATEGORY="development"
6 SHORT_DESC="I2C tools devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lm-sensors.org/wiki/I2CTools"
10 HOST_ARCH="i486 arm"
12 WANTED="i2c-tools"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }