2012-01-14 09:38:16 +01:00
|
|
|
# Template file for 'libestr'
|
|
|
|
pkgname=libestr
|
2013-12-11 16:36:04 +01:00
|
|
|
version=0.1.9
|
2014-02-04 17:27:02 +01:00
|
|
|
revision=2
|
2012-09-21 12:45:35 +02:00
|
|
|
build_style=gnu-configure
|
2012-01-14 09:38:16 +01:00
|
|
|
short_desc="C library for string processing"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2012-09-21 12:45:35 +02:00
|
|
|
homepage="http://libestr.adiscon.com"
|
|
|
|
distfiles="$homepage/files/download/$pkgname-$version.tar.gz"
|
2013-12-11 16:39:28 +01:00
|
|
|
checksum=822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
libestr-devel_package() {
|
2014-02-04 17:27:02 +01:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-07-25 22:36:56 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-12-11 16:36:04 +01:00
|
|
|
vmove "usr/lib/*.a"
|
2013-07-25 22:36:56 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 10:15:49 +02:00
|
|
|
}
|
|
|
|
}
|