void-packages/srcpkgs/libestr/template

29 lines
682 B
Text
Raw Normal View History

2012-01-14 08:38:16 +00:00
# Template file for 'libestr'
pkgname=libestr
2013-07-25 20:36:56 +00:00
version=0.1.5
revision=1
2012-09-21 10:45:35 +00:00
build_style=gnu-configure
2013-07-25 20:36:56 +00:00
configure_args="--disable-static ac_cv_func_malloc_0_nonnull=yes"
2012-01-14 08:38:16 +00:00
short_desc="C library for string processing"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2012-09-21 10:45:35 +00:00
homepage="http://libestr.adiscon.com"
distfiles="$homepage/files/download/$pkgname-$version.tar.gz"
2013-07-25 20:36:56 +00:00
checksum=ff9734663c8e7384835e12c65313efe14b1d7ec310f48c977d35f66b1050659e
libestr-devel_package() {
depends="libestr>=${version}"
2013-07-25 20:36:56 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2013-07-25 20:36:56 +00:00
vmove "usr/lib/*.so"
}
}
libestr_package() {
pkg_install() {
vmove usr
}
}