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

Jan Steffens heftig at archlinux.org
Sat Mar 10 14:56:10 UTC 2012


    Date: Saturday, March 10, 2012 @ 09:56:10
  Author: heftig
Revision: 152879

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-xsl/repos/gnome-unstable-any/
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD
    (from rev 152878, yelp-xsl/trunk/PKGBUILD)

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

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 152878, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-10 14:56:10 UTC (rev 152879)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.3.3
+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=('4f6d3fcc578f1b65d18691ee398c556f21b2d60104e4706f2002357b6c3b28ee')
+
+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