wok-current view vde2-dev/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (2 months ago) |
parents | 7efab2fe7277 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="vde2-dev"
4 VERSION="2.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Virtual Distributed Ethernet - developement files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/virtualsquare/vde-2"
11 DEPENDS="pkg-config"
12 WANTED="vde2"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/vde2
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 cp -a $install/usr/lib/vde2/*a $fs/usr/lib/vde2
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/include $fs/usr
25 }