void-packages/srcpkgs/exempi/template

23 lines
797 B
Text
Raw Normal View History

# Template file for 'exempi'
pkgname=exempi
2012-06-04 16:25:20 +00:00
version=2.2.0
revision=2
build_style=gnu-configure
configure_args="--disable-static"
2012-06-04 16:25:20 +00:00
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>"
2012-06-04 16:25:20 +00:00
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."
2012-06-04 16:25:20 +00:00
post_install() {
vinstall COPYING 644 usr/share/licenses/exempi
}