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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:37:59 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:37:58
  Author: heftig
Revision: 155294

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

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

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

Copied: yelp-xsl/repos/testing-any/PKGBUILD (from rev 155005, yelp-xsl/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-04-01 11:37:58 UTC (rev 155294)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Stylesheets for Yelp"
+arch=(any)
+makedepends=(intltool libxslt libxml2 itstool)
+license=(GPL)
+options=('!emptydirs')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3511a5a250e01930058b0fff7cfb918652e2a9e3fac1e07edcd1b1f41a0cc237')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list