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

Andreas Radke andyrtr at archlinux.org
Thu Jan 14 16:59:47 UTC 2016


    Date: Thursday, January 14, 2016 @ 17:59:47
  Author: andyrtr
Revision: 258313

upgpkg: liblangtag 0.5.8-1

upstream update 0.5.8

Added:
  liblangtag/trunk/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-14 16:59:47 UTC (rev 258313)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=liblangtag
+pkgver=0.5.8
+pkgrel=1
+pkgdesc="interface library to access/deal with tags for identifying languages"
+arch=('i686' 'x86_64')
+url="http://tagoh.bitbucket.org/liblangtag/index.html"
+license=('GPL3' 'custom:Mozilla')
+depends=('libxml2' 'gobject-introspection')
+source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=(aa899eff126216dafe721149fbdb511b)
+
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make -k check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+}


Property changes on: liblangtag/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list