[arch-commits] CVS update of arch/build/lib/libthai (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Apr 27 16:58:54 UTC 2007


    Date: Friday, April 27, 2007 @ 12:58:54
  Author: jgc
    Path: /home/cvs-arch/arch/build/lib/libthai

   Added: PKGBUILD (1.1)

upgpkg: libthai 0.1.8-1
Add as new dependency for pango


----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: arch/build/lib/libthai/PKGBUILD
diff -u /dev/null arch/build/lib/libthai/PKGBUILD:1.1
--- /dev/null	Fri Apr 27 12:58:54 2007
+++ arch/build/lib/libthai/PKGBUILD	Fri Apr 27 12:58:53 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/04/27 16:58:53 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+pkgname=libthai
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications."
+url="http://linux.thai.net/projects/libthai"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('nolibtool')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cd96e82408d0bc4fe5ef2a93d05804e8')
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list