aboutsummaryrefslogtreecommitdiff
blob: 15f34527f481631cfdc1c80cee3b08e1def3c0b1 (plain)
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
}