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