From 06c7c4c5ef2c808f288b2a8cd63548a322d66754 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 Apr 2011 04:43:21 +0000 Subject: Mon Apr 11 04:43:21 UTC 2011 --- community/xnee/PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'community/xnee/PKGBUILD') diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD index 25effed5e..ca671adaa 100644 --- a/community/xnee/PKGBUILD +++ b/community/xnee/PKGBUILD @@ -1,8 +1,9 @@ +# $Id: PKGBUILD 44669 2011-04-10 20:26:28Z jlichtblau $ # Maintainer: Jaroslav Lichtblau # Contributor: Jaroslaw Swierczynski pkgname=xnee -pkgver=3.05 +pkgver=3.09 pkgrel=1 pkgdesc="A program to record, distribute, and replay X (X11) protocol data" arch=('i686' 'x86_64') @@ -11,14 +12,20 @@ license=('GPL3') depends=('gtk2' 'libgnomeui' 'libxtst') makedepends=('texinfo') options=('!libtool' '!emptydirs') +changelog=$pkgname.changelog source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('0ba4ea4f6102bcc0b478f4a6fe787b0b') +sha256sums=('1145add697e4932007396bc093336689efa934dd92e701f0aaefe388990e2720') build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr --disable-gnome-applet - make || return 1 + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + make DESTDIR=${pkgdir} install } -- cgit v1.2.3-54-g00ecf