22 lines
790 B
Text
22 lines
790 B
Text
# Template file for 'libzeitgeist'
|
|
pkgname=libzeitgeist
|
|
version=0.3.18
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config glib-devel"
|
|
configure_args="--disable-static"
|
|
subpackages="${pkgname}-devel"
|
|
short_desc="Zeitgeist Client Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://launchpad.net/libzeitgeist"
|
|
license="LGPL-2.1"
|
|
distfiles="https://launchpad.net/${pkgname}/0.3/${version}/+download/${pkgname}-${version}.tar.gz"
|
|
checksum=82c128d97a68600518b8e3e65ef4d5b123c57f3d5dfa977c7ff733c0fdf80f73
|
|
long_desc="
|
|
This project provides a client library for applications that want to interact
|
|
with the Zeitgeist daemon. The library is written in C using glib and provides
|
|
an asynchronous GObject oriented API."
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
}
|