wok-6.x view vde2-dev/receipt @ rev 16998
pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 11 01:56:38 2014 +0200 (2014-08-11) |
parents | 7896f0694ef6 |
children | 7efab2fe7277 |
line source
1 # SliTaz package receipt.
3 PACKAGE="vde2-dev"
4 VERSION="2.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Virtual Distributed Ethernet developement files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://vde.sourceforge.net/"
10 WANTED="vde2"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/vde2
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/vde2/*a $fs/usr/lib/vde2
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }