[arch-commits] Commit in libthai/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 18 17:36:09 UTC 2018


    Date: Tuesday, September 18, 2018 @ 17:36:08
  Author: felixonmars
Revision: 334894

archrelease: copy trunk to testing-x86_64

Added:
  libthai/repos/testing-x86_64/
  libthai/repos/testing-x86_64/PKGBUILD
    (from rev 334893, libthai/trunk/PKGBUILD)

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

Copied: libthai/repos/testing-x86_64/PKGBUILD (from rev 334893, libthai/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-09-18 17:36:08 UTC (rev 334894)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+
+pkgname=libthai
+pkgver=0.1.28
+pkgrel=1
+pkgdesc="Thai language support routines"
+url="https://linux.thai.net/projects/libthai"
+arch=('x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('925be8367ae0cba026e602f1f60c813306e9051e22fe722afba496b6e493f8c1f3eb56abb77ca663f53678b14ad793daf3269b32d32720c0d869b906cdf15f4e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list