[arch-commits] Commit in (4 files)

Jan Steffens heftig at archlinux.org
Fri Feb 18 18:27:29 UTC 2011


    Date: Friday, February 18, 2011 @ 13:27:29
  Author: heftig
Revision: 110302

Add yelp-xsl

Added:
  yelp-xsl/
  yelp-xsl/repos/
  yelp-xsl/trunk/
  yelp-xsl/trunk/PKGBUILD

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

Added: yelp-xsl/trunk/PKGBUILD
===================================================================
--- yelp-xsl/trunk/PKGBUILD	                        (rev 0)
+++ yelp-xsl/trunk/PKGBUILD	2011-02-18 18:27:29 UTC (rev 110302)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=2.91.9
+pkgrel=1
+pkgdesc="Stylesheets for Yelp"
+arch=(any)
+makedepends=(intltool libxslt libxml2)
+license=(GPL)
+options=('!emptydirs')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5be5d162ba5054bf49ff99d0f5ada7be89447aca18767bbdce3d7c1d1f2351ad')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


Property changes on: yelp-xsl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list