[arch-commits] Commit in liblangtag/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Nov 9 21:31:50 UTC 2018
Date: Friday, November 9, 2018 @ 21:31:49
Author: foutrelis
Revision: 338587
archrelease: copy trunk to staging-x86_64
Added:
liblangtag/repos/staging-x86_64/
liblangtag/repos/staging-x86_64/PKGBUILD
(from rev 338585, liblangtag/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: liblangtag/repos/staging-x86_64/PKGBUILD (from rev 338585, liblangtag/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-09 21:31:49 UTC (rev 338587)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=liblangtag
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="interface library to access/deal with tags for identifying languages"
+arch=('x86_64')
+url="http://tagoh.bitbucket.org/liblangtag/index.html"
+license=('LGPL3' 'MPL') # actually MPL2.0
+depends=('libxml2' 'glib2')
+makedepends=('gobject-introspection')
+optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
+source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('284f120247323a35122ab32b4b359c45')
+
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list