wok annotate 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
rev   line source
tcg@17136 1 # SliTaz package receipt.
tcg@17136 2
tcg@17136 3 PACKAGE="libsdl2-net-dev"
tcg@17136 4 VERSION="2.0.0"
tcg@17136 5 CATEGORY="development"
tcg@17136 6 SHORT_DESC="SDL2 net lib devel files."
tcg@17136 7 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17136 8 LICENSE="LGPL2.1"
tcg@17136 9 WANTED="libsdl2-net"
tcg@17136 10 SOURCE="SDL_net"
tcg@17136 11 WEB_SITE="http://www.libsdl.org/projects/SDL_net/"
tcg@17136 12 HOST_ARCH="i486 arm"
tcg@17136 13
tcg@17136 14 DEPENDS="libsdl2-net"
tcg@17136 15
tcg@17136 16 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17136 17 genpkg_rules()
tcg@17136 18 {
tcg@17136 19 mkdir -p $fs/usr/lib
tcg@17136 20 cp -a $install/usr/lib/*.a $fs/usr/lib
tcg@17136 21 cp -a $install/usr/include $fs/usr
tcg@17136 22 }