22 lines
619 B
Bash
22 lines
619 B
Bash
# Template file for 'libestr'
|
|
pkgname=libestr
|
|
version=0.1.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="C library for string processing"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://libestr.adiscon.com"
|
|
distfiles="${homepage}/files/download/${pkgname}-${version}.tar.gz"
|
|
checksum=46632b2785ff4a231dcf241eeb0dcb5fc0c7d4da8ee49cf5687722cdbe8b2024
|
|
|
|
libestr-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|