9ce43a5bc2
Closes: #10459 [via git-merge-pr]
35 lines
904 B
Bash
35 lines
904 B
Bash
# Template file for 'libite'
|
|
pkgname=libite
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
short_desc="Lightweight library of frog DNA"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="MIT, ISC, BSD"
|
|
homepage="https://github.com/troglobit/libite"
|
|
#changelog="https://raw.githubusercontent.com/troglobit/libite/master/ChangeLog.md"
|
|
distfiles="https://github.com/troglobit/libite/archive/v${version}.tar.gz"
|
|
checksum=39a4c12af30a38a813fac7c8d7512efb3692f910eba9c697a50ce0203e039dad
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm -rf ${DESTDIR}/usr/share/doc/libite
|
|
}
|
|
|
|
libite-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/doc
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.la"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|