[arch-commits] Commit in yelp-tools/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:33:38 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:33:38
Author: ibiru
Revision: 139080
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 138832, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
yelp-tools/repos/gnome-unstable-any/
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 138832, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2011-09-28 19:33:38 UTC (rev 139080)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.2.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=('45038c909ec50d9656745d4668cba964247e204e85bd75c6e78e4a9bc7729f9a')
+
+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