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

Jan Steffens heftig at archlinux.org
Thu Mar 8 19:36:38 UTC 2018


    Date: Thursday, March 8, 2018 @ 19:36:37
  Author: heftig
Revision: 318271

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 318270, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2018-03-08 19:36:37 UTC (rev 318271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.27.90+2+g72821085
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://git.gnome.org/browse/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(intltool libxslt libxml2 itstool git)
+_commit=72821085aef6667c468bcb03a22592d7d6214443  # master
+source=("git+https://git.gnome.org/browse/yelp-xsl#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list