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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Nov 6 20:38:37 UTC 2010


    Date: Saturday, November 6, 2010 @ 16:38:37
  Author: andyrtr
Revision: 98305

new package needed for Xfce4.8 release

Added:
  garcon/
  garcon/repos/
  garcon/trunk/
  garcon/trunk/PKGBUILD

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

Added: garcon/trunk/PKGBUILD
===================================================================
--- garcon/trunk/PKGBUILD	                        (rev 0)
+++ garcon/trunk/PKGBUILD	2010-11-06 20:38:37 UTC (rev 98305)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be> 
+
+pkgname=garcon
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="implementation of the freedesktop.org menu specification"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://wiki.xfce.org/dev/garcon"
+groups=('xfce4')
+depends=('glib2' 'perl')
+makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools>=4.7.3')
+conflicts=('garcon-git')
+options=('!libtool')
+source=(http://archive.xfce.org/src/libs/garcon/0.1/garcon-${pkgver}.tar.bz2)
+md5sums=('22067b008b6d41c7b70b1608858cdd6d')
+
+build() {
+  cd ${srcdir}/garcon-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --localstatedir=/var --disable-static --enable-maintainer-mode
+  make
+}
+
+package() {
+  cd ${srcdir}/garcon-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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




More information about the arch-commits mailing list