mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
elog: rebuild against OpenSSL
This commit is contained in:
parent
8acdd46f90
commit
1723818da6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'elog'
|
# Template file for 'elog'
|
||||||
pkgname=elog
|
pkgname=elog
|
||||||
version=3.1.4.1
|
version=3.1.4.1
|
||||||
revision=3
|
revision=4
|
||||||
_distver="${version:0:-2}-${version:(-1)}"
|
_distver="${version:0:-2}-${version:(-1)}"
|
||||||
wrksrc="$pkgname-${version%.*}"
|
wrksrc="$pkgname-${version%.*}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,7 +11,7 @@ conf_files="/etc/elog/elogd.cfg"
|
||||||
system_accounts="elog"
|
system_accounts="elog"
|
||||||
short_desc="Logbook system to manage notes through a Web interface"
|
short_desc="Logbook system to manage notes through a Web interface"
|
||||||
maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
|
maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://elog.psi.ch/elog/"
|
homepage="https://elog.psi.ch/elog/"
|
||||||
distfiles="https://elog.psi.ch/elog/download/tar/$pkgname-$_distver.tar.gz"
|
distfiles="https://elog.psi.ch/elog/download/tar/$pkgname-$_distver.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue