You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
420 B
19 lines
420 B
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="A C implementation of MD6"
|
|
HOMEPAGE="https://groups.csail.mit.edu/cis/md6"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/${P}-ldflags.patch"
|
|
"${FILESDIR}/${P}-cflags.patch"
|
|
"${FILESDIR}/${P}-format-security.patch"
|
|
)
|