diff options
author | root <root@rshg047.dnsready.net> | 2011-04-11 04:43:21 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-11 04:43:21 +0000 |
commit | 06c7c4c5ef2c808f288b2a8cd63548a322d66754 (patch) | |
tree | 178258b847b80ef8c3f25abc6c5ae2495048b66b /community/xnee | |
parent | 8f6922302486fa1cc1112ff8b3daddb48c3260f2 (diff) |
Mon Apr 11 04:43:21 UTC 2011
Diffstat (limited to 'community/xnee')
-rw-r--r-- | community/xnee/PKGBUILD | 13 | ||||
-rw-r--r-- | community/xnee/xnee.changelog | 5 |
2 files changed, 15 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 } diff --git a/community/xnee/xnee.changelog b/community/xnee/xnee.changelog new file mode 100644 index 000000000..a096a22e8 --- /dev/null +++ b/community/xnee/xnee.changelog @@ -0,0 +1,5 @@ +2011-04-10 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * xnee 3.09-1 + +2009-12-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Update to major release 3.05 |