New package: lwipv6-1.5a
This commit is contained in:
parent
9c711f315f
commit
641c9e007c
2 changed files with 23 additions and 0 deletions
1
srcpkgs/lwipv6-devel
Symbolic link
1
srcpkgs/lwipv6-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
lwipv6
|
22
srcpkgs/lwipv6/template
Normal file
22
srcpkgs/lwipv6/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'lwipv6'
|
||||
pkgname=lwipv6
|
||||
version=1.5a
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libpcap-devel vde2-devel"
|
||||
short_desc="User level (lightweight) TCP/IP stack with IPv6 support"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://wiki.v2.cs.unibo.it/wiki/index.php/LWIPV6"
|
||||
distfiles="${SOURCEFORGE_SITE}/view-os/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=4ad9415c0bf9a2aca0aa858ac1601c20d7c04b5d051d000d4a03eb1eeb0ed05a
|
||||
|
||||
lwipv6-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue