wok-next view libee-dev/receipt @ rev 17408
Up wireshark (1.10.11)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 28 21:18:51 2014 +0100 (2014-11-28) |
parents | 6c3718ca17b6 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libee-dev"
4 VERSION="0.3.2"
5 CATEGORY="development"
6 SHORT_DESC="libee dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libee.org/download/"
10 WANTED="libee"
12 DEPENDS="libee pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }