From a095b747ebfb248661e9a45c849dd5628e2b2343 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 20 Jan 2016 22:21:36 +0000 Subject: yelp-xsl: initial inclusion. dep of yelp-tools --- abs/extra/yelp-xsl/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 abs/extra/yelp-xsl/PKGBUILD diff --git a/abs/extra/yelp-xsl/PKGBUILD b/abs/extra/yelp-xsl/PKGBUILD new file mode 100644 index 0000000..afc8b77 --- /dev/null +++ b/abs/extra/yelp-xsl/PKGBUILD @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) + +pkgname=yelp-xsl +pkgver=3.18.1 +pkgrel=1 +pkgdesc="Stylesheets for Yelp" +arch=(any) +makedepends=(intltool libxslt libxml2 itstool) +license=(GPL) +options=('!emptydirs') +url="http://www.gnome.org" +source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('00870fbe59a1bc7797b385fce16386917e2987c404e9b5a7adcf0036f1c1ba62') + +build() { + cd $pkgname-$pkgver + rm xslt/common/domains/yelp-xsl.xml + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} -- cgit v0.12