diff options
| author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-07-09 14:16:19 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2026-07-09 14:16:19 +0100 |
| commit | 64ed3b80e98512776ef5d85f998a4842803b8a39 (patch) | |
| tree | a72a9e4ff4f3550fcd600ec885ab62530396dd47 /www-misc/webstat/webstat-0.7.1.ebuild | |
| parent | Bump webstat (diff) | |
| download | portage-main.tar.bz2 portage-main.tar.xz portage-main.zip | |
Diffstat (limited to 'www-misc/webstat/webstat-0.7.1.ebuild')
| -rw-r--r-- | www-misc/webstat/webstat-0.7.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/www-misc/webstat/webstat-0.7.1.ebuild b/www-misc/webstat/webstat-0.7.1.ebuild new file mode 100644 index 0000000..e36cf0e --- /dev/null +++ b/www-misc/webstat/webstat-0.7.1.ebuild @@ -0,0 +1,35 @@ +EAPI=8 +inherit bjam + +DESCRIPTION="WebStat web site access analyser" +HOMEPAGE="https://git.randomdan.homeip.net/repo/webstat/" +SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz + https://github.com/eliaskosunen/scnlib/archive/refs/tags/v4.0.1.tar.gz -> scnlib-4.0.1.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-crypt/libmd + >=dev-libs/libdbpp-1.4.10:= + >=dev-libs/libdbpp-postgresql-1.4.10 + >=dev-libs/libadhocutil-0.9.3:=" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND} + virtual/pkgconfig + dev-build/b2" + +src_prepare() { + default + rmdir ${S}/thirdparty/scnlib + ln -sf ${WORKDIR}/scnlib-4.0.1 ${S}/thirdparty/scnlib +} + +src_compile() { + bjambuild src//webstat_logger +} + +src_install() { + bjaminstall install +} |
