wok view rrdtool-lua/receipt @ rev 14652

Add licenses, just for the seed (for example). Anyone can delete this.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 04 22:20:53 2013 +0000 (2013-06-04)
parents b18a9cc2a0ba
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-lua"
4 VERSION="1.4.6"
5 CATEGORY="development"
6 SHORT_DESC="LUA bindings for rrdtool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://oss.oetiker.ch/rrdtool"
9 DEPENDS="lua5.1 rrdtool"
10 WANTED="rrdtool"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/lua $fs/usr/lib/
17 }