1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
6 pkgdesc="interface library to access/deal with tags for identifying languages"
8 url="https://bitbucket.org/tagoh/liblangtag/wiki/Home"
9 license=('LGPL3' 'MPL') # actually MPL2.0
10 depends=('libxml2' 'glib2')
11 makedepends=('gobject-introspection')
12 optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
13 source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
14 sha256sums=('5701062c17d3e73ddaa49956cbfa5d47d2f8221988dec561c0af2118c1c8a564')
18 ./configure --prefix=/usr
19 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
30 make DESTDIR="$pkgdir/" install