# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=yelp-xsl pkgver=3.20.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="7ea22c3180261917d1a277a9b5023f9b2b22346bc3f55cdb1c61c4ae8f78411da93058b55f99c25c9a1bedad21ffa6c3dc460e1ee98614a84a4efa2c2449baac yelp-xsl-3.20.1.tar.xz"