# 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.4 release=1 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 }