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

Jan Steffens heftig at archlinux.org
Thu Sep 1 14:41:12 UTC 2011


    Date: Thursday, September 1, 2011 @ 10:41:12
  Author: heftig
Revision: 136790

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: yelp-tools/repos/gnome-unstable-any/PKGBUILD (from rev 136789, yelp-tools/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2011-09-01 14:41:12 UTC (rev 136790)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="Tools for creating Yelp documentation"
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('288c7824c20c68e58735c15bce647b7d2b0cef052901cbb6691f08cd53830322')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list