void-packages/srcpkgs/rarian/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

26 lines
715 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
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"
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run bash
Add_dependency build libstdc++-devel
Add_dependency build pkg-config
Add_dependency build libxslt
post_install()
{
touch -f ${DESTDIR}/var/lib/rarian/.empty_on_purpose
}