2010-04-13 06:19:55 +02:00
|
|
|
# Template file for 'exempi'
|
|
|
|
pkgname=exempi
|
2012-06-04 18:25:20 +02:00
|
|
|
version=2.2.0
|
2012-10-10 14:49:19 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-10-10 14:49:19 +02:00
|
|
|
configure_args="--disable-static"
|
2012-06-04 18:25:20 +02:00
|
|
|
subpackages="$pkgname-devel"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="zlib-devel expat-devel boost-devel"
|
2010-04-13 06:19:55 +02:00
|
|
|
short_desc="Library for applications dealing with netlink sockets"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-04 18:25:20 +02:00
|
|
|
license="BSD"
|
|
|
|
homepage="http://libopenraw.freedesktop.org/wiki/Exempi"
|
|
|
|
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
|
|
|
|
checksum=710a01a4e879c3a58304021d8a9624cf8b65f79b2b949951a873c91f6d64d102
|
2010-04-13 06:19:55 +02:00
|
|
|
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 18:25:20 +02:00
|
|
|
post_install() {
|
|
|
|
vinstall COPYING 644 usr/share/licenses/exempi
|
|
|
|
}
|