22 lines
588 B
Text
22 lines
588 B
Text
# Template file for 'rarian'
|
|
pkgname=rarian
|
|
version=0.8.1
|
|
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
revision=2
|
|
depends="bash"
|
|
makedepends="libstdc++-devel pkg-config libxslt"
|
|
short_desc="Documentation metadata library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
|
|
long_desc="
|
|
Rarian is a documentation metadata library based on the proposed
|
|
Freedesktop.org spec."
|
|
|
|
subpackages="rarian-devel"
|
|
|
|
|
|
post_install()
|
|
{
|
|
touch -f ${DESTDIR}/var/lib/rarian/.empty_on_purpose
|
|
}
|