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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:33:39 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:33:39
  Author: ibiru
Revision: 139081

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 138832, yelp-xsl/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-xsl/repos/gnome-unstable-any/

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

Copied: yelp-xsl/repos/testing-any/PKGBUILD (from rev 138832, yelp-xsl/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:33:39 UTC (rev 139081)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.2.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=('04d3414dcb45a298e7e344ba9c5f6afff320e04c1aebc22d06a9b32285f89ead')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list