New package: ngircd 20.2

This commit is contained in:
pancake 2013-06-18 11:26:57 +02:00
parent 377d30fb70
commit 186d28cc8e

21
srcpkgs/ngircd/template Normal file
View file

@ -0,0 +1,21 @@
# Template build file for 'ngircd'
pkgname=ngircd
version=20.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config autoconf"
makedepends="openssl-devel"
homepage="http://ngircd.barton.de/"
short_desc="free, portable and lightweight Internet Relay Chat server"
maintainer="pancake <pancake@nopcode.org>"
license="GPL-2"
distfiles="ftp://ftp.berlios.de/pub/$pkgname/$pkgname-$version.tar.gz"
checksum=306c0ef0d2ceac0836a84ecf871a6bc4dd16c25683aa87c0f172b6e68b93357d
ngircd_package() {
conf_files="/etc/ngircd.conf"
pkg_install() {
vmove etc
vmove usr
}
}