summaryrefslogtreecommitdiff
path: root/community/xnee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xnee/PKGBUILD')
-rw-r--r--community/xnee/PKGBUILD13
1 files changed, 10 insertions, 3 deletions
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 <dragonlord@aur.archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
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
}