23 lines
727 B
Text
23 lines
727 B
Text
# Template file for 'liblangtag'
|
|
pkgname=liblangtag
|
|
version=0.5.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Interface library to access tags for identifying languages"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
license="LGPL, MPL"
|
|
homepage="http://tagoh.bitbucket.org/liblangtag"
|
|
distfiles="https://bitbucket.org/tagoh/${pkgname}/downloads/${pkgname}-${version}.tar.bz2"
|
|
makedepends="libxml2-devel"
|
|
hostmakedepends="libtool pkg-config"
|
|
checksum=f0a2e9ffa29259452614d7a99fc125f75fd26beee75d97aebffbbc735de9b27e
|
|
|
|
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"
|
|
}
|
|
}
|