[arch-commits] Commit in yelp-xsl/repos (2 files)

Jan de Groot jgc at archlinux.org
Thu Mar 17 12:26:35 UTC 2016


    Date: Thursday, March 17, 2016 @ 13:26:35
  Author: jgc
Revision: 261984

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-xsl/repos/gnome-unstable-any/
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD
    (from rev 261983, yelp-xsl/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 261983, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2016-03-17 12:26:35 UTC (rev 261984)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.19.90
+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=('060706410bf9ec1b8d2c7c873482d11c71db18c3d1df544fe6556a45134e7bf6')
+
+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
+}



More information about the arch-commits mailing list