[arch-commits] Commit in yelp-tools/repos (testing-any testing-any/PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Oct 17 18:02:57 UTC 2011


    Date: Monday, October 17, 2011 @ 14:02:56
  Author: ibiru
Revision: 140647

archrelease: copy trunk to testing-any

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
    (from rev 140646, yelp-tools/trunk/PKGBUILD)

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

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 140646, yelp-tools/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-10-17 18:02:56 UTC (rev 140647)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.2.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=('0da05c50ed30f049d654dda4bc2b438fb29b728ec172945d8a1944abfdf1b7b9')
+
+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