void-packages/srcpkgs/liblangtag/template

28 lines
775 B
Bash
Raw Normal View History

2014-10-07 09:09:37 +00:00
# Template file for 'liblangtag'
pkgname=liblangtag
2015-05-11 20:23:49 +00:00
version=0.5.6
2014-10-07 09:09:37 +00:00
revision=1
build_style=gnu-configure
short_desc="Interface library to access tags for identifying languages"
2015-05-11 20:23:49 +00:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2, MPL"
2014-10-07 09:09:37 +00:00
homepage="http://tagoh.bitbucket.org/liblangtag"
distfiles="https://bitbucket.org/tagoh/${pkgname}/downloads/${pkgname}-${version}.tar.bz2"
makedepends="libxml2-devel"
hostmakedepends="libtool pkg-config"
2015-05-11 20:23:49 +00:00
checksum=5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84
2014-10-07 09:09:37 +00:00
2015-05-11 20:29:51 +00:00
pre_configure() {
libtoolize -f
}
2014-10-07 09:09:37 +00:00
liblangtag-devel_package() {
depends="liblangtag>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}