24 lines
726 B
Bash
24 lines
726 B
Bash
# Template file for 'libmicrohttpd'
|
|
pkgname=libmicrohttpd
|
|
version=0.9.55
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libgcrypt-devel gnutls-devel"
|
|
short_desc="Library embedding HTTP server functionality"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.gnu.org/software/libmicrohttpd/"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNU_SITE}/libmicrohttpd/${pkgname}-${version}.tar.gz"
|
|
checksum=0c1cab8dc9f2588bd3076a28f77a7f8de9560cbf2d80e53f9a8696ada80ed0f8
|
|
|
|
libmicrohttpd-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
vmove usr/share
|
|
}
|
|
}
|