exempi: update to 2.2.1.
This commit is contained in:
parent
4b2f2484a7
commit
7d490ce267
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'exempi'
|
# Template file for 'exempi'
|
||||||
pkgname=exempi
|
pkgname=exempi
|
||||||
version=2.2.0
|
version=2.2.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="zlib-devel expat-devel boost-devel"
|
makedepends="zlib-devel expat-devel boost-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://libopenraw.freedesktop.org/wiki/Exempi"
|
homepage="http://libopenraw.freedesktop.org/wiki/Exempi"
|
||||||
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
|
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
|
||||||
checksum=710a01a4e879c3a58304021d8a9624cf8b65f79b2b949951a873c91f6d64d102
|
checksum=a99e1569047988200e4935cf4395667341a5bd8d6067847a08df4304546cc362
|
||||||
long_desc="
|
long_desc="
|
||||||
exempi is a library for applications dealing with netlink sockets.
|
exempi is a library for applications dealing with netlink sockets.
|
||||||
The library provides an interface for raw netlink messaging and various
|
The library provides an interface for raw netlink messaging and various
|
||||||
|
@ -26,6 +26,7 @@ exempi-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue