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

Eric Belanger eric at archlinux.org
Sun Aug 17 04:19:02 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:19:02
  Author: eric
Revision: 9155

adding md5sums

Modified:
  libstroke/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 04:18:33 UTC (rev 9154)
+++ PKGBUILD	2008-08-17 04:19:02 UTC (rev 9155)
@@ -6,14 +6,16 @@
 pkgver=0.5.1
 pkgrel=2
 pkgdesc="LibStroke is a stroke (mouse gesture) translation library"
+arch=(i686 x86_64)
 depends=('glibc')
 url="http://www.etla.net/libstroke/"
+options=('!libtool')
 source=($url/$pkgname-$pkgver.tar.gz)
+md5sums=('51b9a4e309ac15cfcab96191eed03cb2')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list