void-packages/srcpkgs/libestr/template

23 lines
604 B
Bash
Raw Normal View History

2012-01-14 08:38:16 +00:00
# Template file for 'libestr'
pkgname=libestr
2014-12-09 20:39:20 +00:00
version=0.1.10
revision=1
2012-09-21 10:45:35 +00:00
build_style=gnu-configure
2012-01-14 08:38:16 +00:00
short_desc="C library for string processing"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-01-14 08:38:16 +00:00
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"
2014-12-09 20:39:20 +00:00
checksum=bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c
libestr-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
2013-07-25 20:36:56 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2013-12-11 15:36:04 +00:00
vmove "usr/lib/*.a"
2013-07-25 20:36:56 +00:00
vmove "usr/lib/*.so"
}
}