[arch-commits] Commit in (rest rest/repos rest/trunk rest/trunk/PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Feb 13 13:25:37 UTC 2011


    Date: Sunday, February 13, 2011 @ 08:25:36
  Author: heftig
Revision: 109843

Add rest

Added:
  rest/
  rest/repos/
  rest/trunk/
  rest/trunk/PKGBUILD

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

Added: rest/trunk/PKGBUILD
===================================================================
--- rest/trunk/PKGBUILD	                        (rev 0)
+++ rest/trunk/PKGBUILD	2011-02-13 13:25:36 UTC (rev 109843)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+pkgname=rest
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="rest"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/"
+license=('GPL2')
+depends=('glib2' 'libxml2' 'libsoup-gnome')
+makedepends=('gobject-introspection' 'gtk-doc')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('3481ee27b6c992d7d1301bb6cbcf8decc67f12b1119dc98b7ccf607afc5b045e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: rest/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list