wok-next view ijs-dev/receipt @ rev 19701

tcptrack: remove -ltinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 10:57:18 2017 +0200 (2017-04-26)
parents d1cd4ce1c286
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="ijs-dev"
4 VERSION="0.35"
5 CATEGORY="office"
6 SHORT_DESC="IJS (InkJet Server) API function (developement files)"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.linuxfoundation.org/openprinting/start"
11 WANTED="ijs"
12 DEPENDS="ijs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files ijs-config *.h *.la *.pc
18 }