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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:14:44 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:14:43
  Author: heftig
Revision: 182588

db-move: moved yelp-tools from [staging] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
    (from rev 182430, yelp-tools/repos/staging-any/PKGBUILD)
Deleted:
  yelp-tools/repos/staging-any/

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

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 182430, yelp-tools/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:14:43 UTC (rev 182588)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.6.1
+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=('5226e8245bb87f10e485aa65f5bf18d9e4fb5ef82f2e3c3734dd91bdf6f5c19a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list