contrib/liblangtag/Pkgfile

18 lines
467 B
Plaintext

# Description: interface library to access/deal with tags for identifying languages
# URL: http://tagoh.bitbucket.org/liblangtag/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: glib libxml2
name=liblangtag
version=0.6.3
release=2
source=(https://bitbucket.org/tagoh/liblangtag/downloads/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}