wok-6.x view libdes-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 | 35c7529f1297 |
children | eeba7ab1dffe |
line source
1 # SliTaz package receipt.
3 PACKAGE="libdes-dev"
4 VERSION="4.04b"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libdes"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://linux.maruhn.com/sec/libdes.html"
10 DEPENDS="libdes"
11 WANTED="libdes"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.a $fs/usr/lib
19 }