diff --git a/app-misc/libpst/Manifest b/app-misc/libpst/Manifest new file mode 100644 index 000000000..4cd0ec36d --- /dev/null +++ b/app-misc/libpst/Manifest @@ -0,0 +1 @@ +DIST libpst-0.6.76.tar.gz 12886768 BLAKE2B 7dccaa4e6962789921de574e522435d8ee7e0f25bcefa1bd43b6480d8290fe58e653d3b0cf61711e73e75854079d0e1f9a0aece33ad6a5e8d487b7ee2bccf463 SHA512 43b621ec089ff81714d4bd768178bd56efb15da27c4fe3dc18372337e5898072b17a58feb6b3dd88a805a38c757f6a97e2da89432da101df5345e3d0daf166b4 diff --git a/app-misc/libpst/libpst-0.6.76.ebuild b/app-misc/libpst/libpst-0.6.76.ebuild new file mode 100644 index 000000000..6c586afcb --- /dev/null +++ b/app-misc/libpst/libpst-0.6.76.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Utilities to read and convert MS Outlook personal folders (.pst) files." +HOMEPAGE="https://www.five-ten-sg.com/libpst/" +SRC_URI="https://www.five-ten-sg.com/libpst/packages/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug static shared python profiling" + +DEPEND=" + gnome-extra/libgsf + sys-libs/zlib + python? ( dev-libs/boost[python] ) +" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_configure() { + econf \ + $(use_enable debug pst-debug) \ + $(use_enable static static-tools) \ + $(use_enable shared libpst-shared) \ + $(use_enable python) \ + $(use_enable profiling) +} diff --git a/app-misc/libpst/metadata.xml b/app-misc/libpst/metadata.xml new file mode 100644 index 000000000..b88a64b8f --- /dev/null +++ b/app-misc/libpst/metadata.xml @@ -0,0 +1,12 @@ + + + + + unknown@pentoo.ch + Pento Maintainers + + + Enable gprof profiling + Enable libpst shared object + +