void-packages/srcpkgs/exempi/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

23 lines
803 B
Text

# Template file for 'exempi'
pkgname=exempi
version=2.1.1
revision=1
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
build_style=gnu-configure
short_desc="Library for applications dealing with netlink sockets"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b06b67472ff673e2d4257ae0b687ba421af1f9952428e7caead870868c2a4dd3
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."
subpackages="$pkgname-devel"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run zlib
Add_dependency run expat
Add_dependency build zlib-devel
Add_dependency build expat-devel
Add_dependency build boost-devel