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
|
2014-02-04 16:27:02 +00:00
|
|
|
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
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libestr-devel_package() {
|
2014-02-04 16:27:02 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-07-25 20:36:56 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
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"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|