[arch-commits] Commit in yelp-tools/repos (3 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:53:24 UTC 2014
Date: Friday, September 26, 2014 @ 12:53:24
Author: jgc
Revision: 223033
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 223030, 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 223030, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-09-26 10:53:24 UTC (rev 223033)
@@ -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.14.0
+pkgrel=1
+pkgdesc="Tools for creating Yelp documentation"
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138f9c672d62829b3273c9a72abf4bc372988933ab902ed1b0578921801a1035')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list