[arch-commits] CVS update of extra/system/lineakd (PKGBUILD)
Eric Belanger
eric at archlinux.org
Mon Jul 16 05:39:35 UTC 2007
Date: Monday, July 16, 2007 @ 01:39:35
Author: eric
Path: /home/cvs-extra/extra/system/lineakd
Modified: PKGBUILD (1.7 -> 1.8)
upgpkg: lineakd 0.8.4-1
added libxtst dependency
----------+
PKGBUILD | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
Index: extra/system/lineakd/PKGBUILD
diff -u extra/system/lineakd/PKGBUILD:1.7 extra/system/lineakd/PKGBUILD:1.8
--- extra/system/lineakd/PKGBUILD:1.7 Sun Jun 4 16:39:45 2006
+++ extra/system/lineakd/PKGBUILD Mon Jul 16 01:39:35 2007
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD,v 1.7 2006/06/04 20:39:45 simo Exp $
+# $Id: PKGBUILD,v 1.8 2007/07/16 05:39:35 eric Exp $
# Maintainer: aurelien <aurelien at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=lineakd
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.8.4
+pkgrel=1
pkgdesc="Support for Easy Access and Internet Keyboards"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://lineak.sourceforge.net/"
-license="GPL"
-depends=('gcc' 'libxext' 'libsm')
+license=('GPL')
+depends=('gcc' 'libxext' 'libsm' 'libxtst')
+options=('!libtool' '!makeflags')
source=(http://dl.sourceforge.net/sourceforge/lineak/$pkgname-$pkgver.tar.gz)
-md5sums=('fc1d3add18afbb8e61b8277b89c525c6')
+md5sums=('8f0b4c38c3a46bfd2613e371e8fd2440')
build() {
cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
+ sed -i 's|$(mandir)/man8|$(DESTDIR)/$(mandir)/man8|' utils/Makefile.in || return 1
+ sed -i 's|$(mandir)/man1|$(DESTDIR)/$(mandir)/man1|' utils/Makefile.in || return 1
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-evtest
make || return 1
make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*\.la' -exec rm {} \;
}
More information about the arch-commits
mailing list