exempi: remove long_desc
This commit is contained in:
parent
861163b774
commit
9bb814619b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'exempi'
|
||||
pkgname=exempi
|
||||
version=2.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="zlib-devel expat-devel boost-devel"
|
||||
|
@ -11,14 +11,6 @@ license="BSD"
|
|||
homepage="http://libopenraw.freedesktop.org/wiki/Exempi"
|
||||
distfiles="http://libopenraw.freedesktop.org/download/exempi-$version.tar.gz"
|
||||
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
|
||||
netlink family specific interfaces."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/exempi
|
||||
}
|
||||
|
||||
exempi-devel_package() {
|
||||
depends="zlib-devel expat-devel exempi-${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue