vp-build/srcpkgs/ccnet/template

40 lines
1.0 KiB
Bash

# Template file for 'ccnet'
pkgname=ccnet
version=6.0.4
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config python vala libsearpc-codegen"
makedepends="glib-devel sqlite-devel libressl-devel libevent-devel libuuid-devel libsearpc-devel"
short_desc="Seafile networking library"
maintainer="yopito <pierre.bourgin@free.fr>"
license="GPL-3"
homepage="https://github.com/haiwen/${pkgname}"
distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=2156787fc9ae1e4293493f0ce398aa8b97d84b9f0201d2fd6986b736bd249b04
pre_configure() {
./autogen.sh
}
post_install() {
vdoc "README.markdown"
vdoc "LICENSE.txt"
vdoc "HACKING"
}
ccnet-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
pkg_install() {
vdoc "README.markdown"
vdoc "LICENSE.txt"
vdoc "HACKING"
vmove "usr/include"
vmove "usr/lib/*.so"
vmove "usr/lib/pkgconfig"
}
}