mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
|
|
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
|
|
pkgname=hermes
|
|
pkgver=1.9
|
|
pkgrel=3
|
|
pkgdesc="Hermes is an anti-spam transparent SMTP proxy"
|
|
url="https://hermes-project.com/"
|
|
arch="all"
|
|
license="GPL"
|
|
makedepends="libspf2-dev sqlite-dev perl gettext-dev libressl-dev doxygen"
|
|
subpackages="$pkgname-doc"
|
|
source="https://hermes-project.com/files/${pkgname}-${pkgver}.tar.bz2
|
|
Utils.cpp.patch"
|
|
|
|
builddir=${srcdir}/${pkgname}-${pkgver}
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--enable-spf \
|
|
--enable-openssl
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="9861177cee7d4936e2221f3ff9f60c030385d6c2ab1cbc320f4e03880220117c580a11188e011f9051c79691e1ab8399c03be8cbbc4f18519a1a9b966bf767b9 hermes-1.9.tar.bz2
|
|
ac5859bed41c5b484adf8b42d66d69cf49966df84e664f9f6978d3c4fa6200858ea024c6631c2f1fd02c09d7f95e6102b3fce68b3f92f5223c4f8a253fd57d0c Utils.cpp.patch"
|