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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:14:45 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:14:44
  Author: heftig
Revision: 182589

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

Added:
  yelp-xsl/repos/testing-any/
  yelp-xsl/repos/testing-any/PKGBUILD
    (from rev 182430, yelp-xsl/repos/staging-any/PKGBUILD)
Deleted:
  yelp-xsl/repos/staging-any/

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

Copied: yelp-xsl/repos/testing-any/PKGBUILD (from rev 182430, yelp-xsl/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:14:44 UTC (rev 182589)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.8.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=('d89e280743460dae534617eef4751c46581ea3a7fa202b5a351daf192505d6e9')
+
+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