python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / sombok / template
blob622a1e6fc961dc4fabcc70b04dfce0abbaa1bb62
1 # Template file for 'sombok'
2 pkgname=sombok
3 version=2.4.0
4 revision=2
5 wrksrc="${pkgname}-${pkgname}-${version}"
6 build_style=gnu-configure
7 hostmakedepends="pkg-config automake autogen libtool"
8 makedepends="libthai-devel"
9 short_desc="Line Breaking Algorithm described in Unicode Standard Annex UAX #14"
10 maintainer="newbluemoon <blaumolch@mailbox.org>"
11 license="Artistic, GPL-1"
12 homepage="https://github.com/hatukanezumi/sombok"
13 distfiles="https://github.com/hatukanezumi/${pkgname}/archive/${pkgname}-${version}.tar.gz"
14 checksum=14d9dcd3621bf9d591a7158aeac99b4d4a60296558173be51d57b54b8f9d70a2
16 pre_configure() {
17         autoreconf -i
20 sombok-devel_package() {
21         short_desc+=" - development files"
22         depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
23         pkg_install() {
24                 vmove usr/include
25                 vmove usr/lib/pkgconfig
26                 vmove "usr/lib/*.a"
27                 vmove "usr/lib/*.so"
28         }