exempi: update to 2.2.1.

This commit is contained in:
Juan RP 2013-07-23 22:07:42 +02:00
parent 4b2f2484a7
commit 7d490ce267

View file

@ -1,7 +1,7 @@
# Template file for 'exempi'
pkgname=exempi
version=2.2.0
revision=3
version=2.2.1
revision=1
build_style=gnu-configure
configure_args="--disable-static"
makedepends="zlib-devel expat-devel boost-devel"
@ -10,7 +10,7 @@ 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
checksum=a99e1569047988200e4935cf4395667341a5bd8d6067847a08df4304546cc362
long_desc="
exempi is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and various
@ -26,6 +26,7 @@ exempi-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}