# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=yelp-xsl pkgver=3.27.1 pkgrel=0 pkgdesc="A collection of programs and data files to help you build, maintain and distribute documentation." url="https://wiki.gnome.org/Apps/Yelp" arch="noarch" license="GPL LGPL MIT" makedepends="intltool libxslt itstool" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure --prefix=/usr make } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="5f8c727f71e996599cfc72e74d61606bccb50fde1304f90369a1c03fe63f0d85791ca8e4147c7eb7fa8642fec4285873d71ad6b2eae3fc6df1e7dce6219c2ef9 yelp-xsl-3.27.1.tar.xz"