bftpd: move to /bin; enable zlib.
This commit is contained in:
parent
f070af7c3a
commit
936f994a8b
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'bftpd'
|
||||
pkgname=bftpd
|
||||
version=4.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libz --sbindir=/usr/bin"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A simple FTP server"
|
||||
maintainer="Norbert Vegh <vegh@norvegh.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://bftpd.sourceforge.net/"
|
||||
checksum=b805ebbdd3de993ca14d733ad9ad007ac342a1646b257d91a53ec87a36c7f741
|
||||
distfiles=${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz
|
||||
wrksrc=bftpd
|
||||
build_style=gnu-configure
|
||||
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
vsv bftpd
|
||||
vconf bftpd.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue