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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:22:06 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:22:06
  Author: jgc
Revision: 169141

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

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
    (from rev 169138, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-tools/repos/gnome-unstable-any/

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

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 169138, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-10-18 19:22:06 UTC (rev 169141)
@@ -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.0
+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=('e5394b2d1a355c28df356db4b9c1426e633f65b47f5fcf29aa986c2969f30abd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list