wok diff jansson-dev/receipt @ rev 17824
Up: slitaz-boot-scripts(5.6.7)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 22 19:56:52 2015 +0100 (2015-03-22) |
parents | |
children | 4319223f497f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jansson-dev/receipt Sun Mar 22 19:56:52 2015 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="jansson-dev" 1.7 +VERSION="2.6" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Jansson statis libs and include headers" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.digip.org/jansson/" 1.13 +HOST_ARCH="i486 arm" 1.14 + 1.15 +WANTED="jansson" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + get_dev_files 1.21 +}