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

Thayer Williams thayer at archlinux.org
Sun Mar 1 07:29:41 UTC 2009


    Date: Sunday, March 1, 2009 @ 02:29:40
  Author: thayer
Revision: 28451

upgpkg: xbindkeys 1.8.3-1
    upstream release and package cleanup

Modified:
  xbindkeys/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-01 07:20:34 UTC (rev 28450)
+++ PKGBUILD	2009-03-01 07:29:40 UTC (rev 28451)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=xbindkeys
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="xbindkeys allows you to launch shell commands with your keyboard or your mouse under X Window"
-arch=(i686 x86_64)
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('i686' 'x86_64')
 url="http://hocwp.free.fr/xbindkeys"
+license=('GPL')
 depends=('libx11' 'guile>=1.8.1' 'tk')
 source=($url/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ad1abd56e758bc108493ad0e5b862ad3')
+md5sums=('393dd74f85850a4ba0803b5a78bc598b')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }
 




More information about the arch-commits mailing list