mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
inspircd: update to 3.4.0
This commit is contained in:
parent
87ab84cadf
commit
a4cfa37190
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'inspircd'
|
# Template file for 'inspircd'
|
||||||
pkgname=inspircd
|
pkgname=inspircd
|
||||||
version=3.0.1
|
version=3.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="geoip-devel libressl-devel sqlite-devel gnutls-devel"
|
makedepends="geoip-devel libressl-devel sqlite-devel gnutls-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.inspircd.org/"
|
homepage="http://www.inspircd.org/"
|
||||||
distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/inspircd/inspircd/archive/v${version}.tar.gz"
|
||||||
checksum=e8668da4c8a183e86a42e9a825311b8280687481f8dc14c49f188f97d1aceef0
|
checksum=8372295f24f4f92606029cdabd16f244f6ccddc3dbfd84d625408827495e3245
|
||||||
|
|
||||||
system_accounts="inspircd"
|
system_accounts="inspircd"
|
||||||
inspircd_homedir="/var/lib/inspircd"
|
inspircd_homedir="/var/lib/inspircd"
|
||||||
|
@ -45,6 +45,5 @@ do_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv inspircd
|
vsv inspircd
|
||||||
rm ${DESTDIR}/usr/${pkgname}
|
rm ${DESTDIR}/usr/${pkgname}
|
||||||
rm ${DESTDIR}/usr/.gdbargs
|
|
||||||
rm ${DESTDIR}/usr/inspircd.service
|
rm ${DESTDIR}/usr/inspircd.service
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue