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

Ionut Biru ibiru at archlinux.org
Mon Oct 17 17:58:57 UTC 2011


    Date: Monday, October 17, 2011 @ 13:58:56
  Author: ibiru
Revision: 140643

archrelease: copy trunk to testing-any

Added:
  yelp-xsl/repos/testing-any/
  yelp-xsl/repos/testing-any/PKGBUILD
    (from rev 140642, yelp-xsl/trunk/PKGBUILD)

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

Copied: yelp-xsl/repos/testing-any/PKGBUILD (from rev 140642, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-10-17 17:58:56 UTC (rev 140643)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.2.1
+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=('76159759ccff4003c13a9fd14de82f334978165f88dd3716efa98382285a06a6')
+
+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