blob: 18bc702de8ecdfcbd3e2a4354603aa266de22180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 2008 Bo Ørsted Andresen <zlin@exherbo.org>
# Distributed under the terms of the GNU General Public License v2
# Inspired from Gentoo's ccache-2.4-r7.ebuild which is:
# Copyright 1999-2008 Gentoo Foundation
SUMMARY="Compiler cache"
HOMEPAGE="https://${PN}.samba.org"
DOWNLOADS="https://samba.org/ftp/${PN}/${PNV}.tar.xz"
MY_PV=$(ever replace_all _)
UPSTREAM_RELEASE_NOTES="${HOMEPAGE}/releasenotes.html#_${PN}_${MY_PV%_0}"
LICENCES="GPL-3"
SLOT="0"
MYOPTIONS=""
DEPENDENCIES="
build+run:
sys-libs/zlib[>=1.2.3]
"
|