New package: libndp-1.3
This commit is contained in:
parent
c2fe6a6878
commit
cfe623bc39
|
@ -1676,3 +1676,4 @@ libsox.so.2 sox-14.4.1_1
|
||||||
libframe.so.6 frame-2.5.0_1
|
libframe.so.6 frame-2.5.0_1
|
||||||
libgrail.so.6 grail-3.1.0_1
|
libgrail.so.6 grail-3.1.0_1
|
||||||
libgeis.so.1 geis-2.2.16_1
|
libgeis.so.1 geis-2.2.16_1
|
||||||
|
libndp.so.0 libndp-1.3_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libndp
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Template build file for 'libotr'.
|
||||||
|
pkgname=libndp
|
||||||
|
version=1.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Library for Neighbor Discovery Protocol"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
homepage="http://libndp.org/"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
distfiles="$homepage/files/$pkgname-$version.tar.gz"
|
||||||
|
checksum=58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e
|
||||||
|
|
||||||
|
libndp-devel_package() {
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue