wok-next view liboping-dev/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 1b6882f2d8a2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="liboping-dev"
4 VERSION="1.9.0"
5 CATEGORY="development"
6 MAINTAINER="paul@slitaz.org"
7 LICENSE="LGPL2.1"
8 SHORT_DESC="Library to ping IPv4 and IPv6 hosts in parallel (development files)"
9 WEB_SITE="http://noping.cc/"
11 WANTED="liboping"
12 DEPENDS="liboping"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 copy perl5/ *.h *.a *.la *.pc
18 }