void-packages/srcpkgs/libestr/template

23 lines
600 B
Text
Raw Normal View History

2012-01-14 08:38:16 +00:00
# Template file for 'libestr'
pkgname=libestr
2013-12-11 15:36:04 +00:00
version=0.1.9
revision=2
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@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-12-11 15:39:28 +00:00
checksum=822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a
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"
}
}