a39ae0b92b
Those cached vars are already setup globally, therefore it's not needed to set them in the template anymore.
22 lines
600 B
Text
22 lines
600 B
Text
# Template file for 'libestr'
|
|
pkgname=libestr
|
|
version=0.1.9
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="C library for string processing"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://libestr.adiscon.com"
|
|
distfiles="$homepage/files/download/$pkgname-$version.tar.gz"
|
|
checksum=822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a
|
|
|
|
libestr-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|