22 lines
574 B
Plaintext
22 lines
574 B
Plaintext
|
# 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
|
||
|
}
|
||
|
}
|