mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 12:35:10 +02:00
22 lines
607 B
Bash
22 lines
607 B
Bash
# Template file for 'libndp'
|
|
pkgname=libndp
|
|
version=1.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library for Neighbor Discovery Protocol"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://libndp.org/"
|
|
distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
|
|
checksum=a8ab214e01dc3a9b615276905395637f391298c84d77651f0cbf0b1082dd2dd4
|
|
|
|
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
|
|
}
|
|
}
|