# Template file for 'proftpd' pkgname=proftpd version=1.3.7c revision=1 build_style=gnu-configure makedepends="libcap-devel" short_desc="Highly configurable GPL-licensed FTP server software" maintainer="John " license="GPL-3.0-or-later" homepage="http://www.proftpd.org/" changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES" distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz" checksum=7070968b9b6cf614ce7f756c8c1a66c32c1afa4f961784a62301790a801400da conf_files="/etc/proftpd.conf" proftpd-devel_package() { short_desc+=" - development files" depends="proftpd>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig } }