wok view libsdl2-net-dev/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents
children 591d89fd6b00
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl2-net-dev"
4 VERSION="2.0.0"
5 CATEGORY="development"
6 SHORT_DESC="SDL2 net lib devel files."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="LGPL2.1"
9 WANTED="libsdl2-net"
10 SOURCE="SDL_net"
11 WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
12 HOST_ARCH="i486 arm"
14 DEPENDS="libsdl2-net"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }