diff options
Diffstat (limited to 'flx/init-clamav')
-rw-r--r-- | flx/init-clamav/Manifest | 1 | ||||
-rw-r--r-- | flx/init-clamav/init-clamav-0.92.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/flx/init-clamav/Manifest b/flx/init-clamav/Manifest new file mode 100644 index 00000000..9ed94b23 --- /dev/null +++ b/flx/init-clamav/Manifest @@ -0,0 +1 @@ +EBUILD init-clamav-0.92.1.ebuild 517 RMD160 2f76ebcd269c34396e7819d954b871d3a0618b0d SHA1 d44aa5c8b0920bfa45fff98a0fd07cd18ab27074 SHA256 5929857934eb817357708768c9dda77ce57c038985848fe1ab0df13c04dfb821 diff --git a/flx/init-clamav/init-clamav-0.92.1.ebuild b/flx/init-clamav/init-clamav-0.92.1.ebuild new file mode 100644 index 00000000..3601130e --- /dev/null +++ b/flx/init-clamav/init-clamav-0.92.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit git-2 flx + +SDIR="people/beber" + +DESCRIPTION="Formilux Tools" +HOMEPAGE="http://master.formilux.org/git/dist/pkg/clamav.git" +EGIT_REPO_URI="http://master.formilux.org/git/${SDIR}/pkg/${PN//init-/}.git" +EGIT_BRANCH="0-flx0" +#EGIT_COMMIT="v0.92.1-flx0.1" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND=">=app-antivirus/clamav-${PV}" + +SVCNAME="clamd" |