New package: libmill-1.4
This commit is contained in:
parent
55f90999a7
commit
7456182d40
3 changed files with 33 additions and 0 deletions
|
@ -2324,3 +2324,4 @@ libjim.so.0.76 jimtcl-0.76_2
|
|||
libftdi1.so.2 libftdi1-1.2_1
|
||||
libax25.so.0 libax25-0.0.12rc4_1
|
||||
libax25io.so.0 libax25-0.0.12rc4_1
|
||||
libmill.so.12 libmill-1.4_1
|
||||
|
|
1
srcpkgs/libmill-devel
Symbolic link
1
srcpkgs/libmill-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libmill
|
31
srcpkgs/libmill/template
Normal file
31
srcpkgs/libmill/template
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'libmill'
|
||||
pkgname=libmill
|
||||
version=1.4
|
||||
revision=1
|
||||
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"
|
||||
checksum=81171ec5652548c22bab97aab0a342cb72138bc0c675596d6cdcd1813b1a12e4
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue