void-packages/srcpkgs/libmill/template

32 lines
748 B
Bash
Raw Normal View History

2016-01-18 20:14:42 +01:00
# Template file for 'libmill'
pkgname=libmill
2016-11-02 11:25:19 +01:00
version=1.17
2016-03-05 06:53:43 +01:00
revision=1
2016-01-18 20:14:42 +01:00
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Go-style concurrency in C"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT"
homepage="http://libmill.org/"
distfiles="https://github.com/sustrik/libmill/archive/${version}.tar.gz"
2016-11-02 11:25:19 +01:00
checksum=de35e459c4f459325962301337da1399f6ee808f1d399624172ba86a4b96aa74
2016-01-18 20:14:42 +01:00
pre_configure() {
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
2016-08-04 15:56:46 +02:00
autoreconf -fi
}
2016-01-18 20:14:42 +01:00
post_install() {
vlicense COPYING
}
libmill-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
}
}