[arch-commits] CVS update of extra/x11/gcin (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Jul 9 12:59:49 UTC 2007
Date: Monday, July 9, 2007 @ 08:59:49
Author: andyrtr
Path: /home/cvs-extra/extra/x11/gcin
Modified: PKGBUILD (1.17 -> 1.18)
license added
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Index: extra/x11/gcin/PKGBUILD
diff -u extra/x11/gcin/PKGBUILD:1.17 extra/x11/gcin/PKGBUILD:1.18
--- extra/x11/gcin/PKGBUILD:1.17 Sun Jul 8 09:47:05 2007
+++ extra/x11/gcin/PKGBUILD Mon Jul 9 08:59:49 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.17 2007/07/08 13:47:05 damir Exp $
+# $Id: PKGBUILD,v 1.18 2007/07/09 12:59:49 andyrtr Exp $
# Maintainer: damir <damir at archlinux.org>
# Contributor: damir <damir at archlinux.org>
@@ -7,14 +7,17 @@
pkgrel=1
pkgdesc="Traditional Chinese Input Method Server for X window system (XIM)"
arch=("i686" "x86_64")
+license=('LGPL')
url="http://www.csie.nctu.edu.tw/~cp76/gcin/"
depends=('gtk2' 'libxtst' 'bash')
install=gcin.install
source=(http://cle.linux.org.tw/gcin/download/$pkgname-$pkgver.tar.bz2 \
gcin.install)
+md5sums=('20ae604f49fd57c38b9395941ef66cc2'
+ '3c58b3d1258d1bec593c5312aeb81311')
+options=('!makeflags')
build() {
- export MAKEFLAGS="-j1"
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
@@ -26,5 +29,3 @@
man1dir=$startdir/pkg/usr/man/man1 \
install
}
-md5sums=('20ae604f49fd57c38b9395941ef66cc2'
- '3c58b3d1258d1bec593c5312aeb81311')
More information about the arch-commits
mailing list