wok view vde2-dev/receipt @ rev 15002

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:12:16 2013 +0000 (2013-08-10)
parents 8a3ba5d78463
children 3af9c976b7d4
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/vde2
16 cp -a $install/usr/lib/*a $fs/usr/lib
17 cp -a $install/usr/lib/vde2/*a $fs/usr/lib/vde2
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }