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

Jan Steffens heftig at archlinux.org
Thu Mar 8 19:41:28 UTC 2018


    Date: Thursday, March 8, 2018 @ 19:41:28
  Author: heftig
Revision: 318273

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: yelp-tools/repos/gnome-unstable-any/PKGBUILD (from rev 318272, yelp-tools/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2018-03-08 19:41:28 UTC (rev 318273)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.27.90
+pkgrel=1
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://git.gnome.org/browse/yelp-tools"
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
+makedepends=(git)
+license=(GPL)
+_commit=c0e9669fbbeddbeac7dd3778abfbbd68d85d93ba  # tags/3.27.90^0
+source=("git+https://git.gnome.org/browse/yelp-tools#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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list