mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
commit
f070af7c3a
2 changed files with 21 additions and 0 deletions
2
srcpkgs/bftpd/files/bftpd/run
Executable file
2
srcpkgs/bftpd/files/bftpd/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec bftpd -D
|
19
srcpkgs/bftpd/template
Normal file
19
srcpkgs/bftpd/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'bftpd'
|
||||||
|
pkgname=bftpd
|
||||||
|
version=4.4
|
||||||
|
revision=1
|
||||||
|
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()
|
||||||
|
{
|
||||||
|
vsv bftpd
|
||||||
|
vconf bftpd.conf
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue