void-packages/srcpkgs/exempi/template
2012-06-04 18:25:20 +02:00

22 lines
763 B
Plaintext

# Template file for 'exempi'
pkgname=exempi
version=2.2.0
revision=1
build_style=gnu-configure
subpackages="$pkgname-devel"
makedepends="zlib-devel expat-devel boost-devel"
short_desc="Library for applications dealing with netlink sockets"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://libopenraw.freedesktop.org/wiki/Exempi"
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
checksum=710a01a4e879c3a58304021d8a9624cf8b65f79b2b949951a873c91f6d64d102
long_desc="
exempi is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and various
netlink family specific interfaces."
post_install() {
vinstall COPYING 644 usr/share/licenses/exempi
}