wok view wiringpi-dev/receipt @ rev 16491

ARM: add mercurial with a fancy compile hack \o/
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 14:37:13 2014 +0200 (2014-04-23)
parents
children fe06085e7586
line source
1 # SliTaz package receipt.
3 PACKAGE="wiringpi-dev"
4 GITHASH="f18c8f7204d6354220fd6754578b3daa43734e1b"
5 VERSION="${GITHASH:0:7}"
6 CATEGORY="system-tools"
7 SHORT_DESC="The WiringPi headers files."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="LGPL"
10 WEB_SITE="http://wiringpi.com/"
11 HOST_ARCH="arm"
13 WANTED="wiringpi"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a ${install}/usr/include $fs/usr
20 }