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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:11 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:34:10
  Author: jgc
Revision: 234787

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 234786, 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 234786, yelp-xsl/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-03-25 15:34:10 UTC (rev 234787)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.16.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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7eb27a290686f660b944604b389e2c533ad3a7b826df1140a12f1468c3aeb659')
+
+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