2014-12-25 18:46:00 +01:00
|
|
|
# Template file for 'libasr'
|
|
|
|
pkgname=libasr
|
2015-06-04 10:47:26 +02:00
|
|
|
version=1.0.2
|
|
|
|
revision=1
|
2014-12-25 18:46:00 +01:00
|
|
|
build_style=gnu-configure
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="libressl-devel"
|
2014-12-25 18:46:00 +01:00
|
|
|
short_desc="Simple and portable asynchronous resolver library"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-12-25 18:46:00 +01:00
|
|
|
license="ISC, BSD"
|
|
|
|
homepage="https://www.opensmtpd.org/"
|
|
|
|
distfiles="https://www.opensmtpd.org/archives/${pkgname}-${version}.tar.gz"
|
2015-06-04 10:47:26 +02:00
|
|
|
checksum=a6f5d1c6306938156da3427525572b9b16c1e6be6c69845d390bb63f41a58b34
|
2014-12-25 18:46:00 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENCE
|
|
|
|
}
|
|
|
|
|
|
|
|
libasr-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.a
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
}
|
|
|
|
}
|