[arch-commits] Commit in yelp-tools/repos (3 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:37:58 UTC 2012
Date: Sunday, April 1, 2012 @ 07:37:57
Author: heftig
Revision: 155293
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 155005, 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 155005, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2012-04-01 11:37:57 UTC (rev 155293)
@@ -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.4.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=('c411eb3678c653a463ffb00a169c0183b43989c40d19e2dac9fe64b093cab799')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list