1 2 3 4 5 6 7 8 9 10
# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 src_compile() { gkmake -C lib V=1 PREFIX=/usr libzstd libzstd.a libzstd.pc } src_install() { gkmake -C lib V=1 PREFIX=/usr DESTDIR="${D}" install }