Diff libsmacker-1.1.1_p35 with a libsmacker-1.2.0_p43
/usr/portage/dev-games/libsmacker/libsmacker-1.2.0_p43.ebuild 2023-10-09 14:52:29.360368347 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit autotools |
7 | 7 | |
8 |
DESCRIPTION="A cross-platform C library for decoding .smk Smacker Video files" |
|
8 |
DESCRIPTION="A cross-platform C library for decoding .smk Smacker Video files." |
|
9 | 9 |
HOMEPAGE="http://libsmacker.sourceforge.net" |
10 | 10 |
SRC_URI="https://sourceforge.net/projects/libsmacker/files/libsmacker-$(ver_cut 1-2)/${P/_p/r}.tar.gz/download -> ${P}.tar.gz" |
11 | 11 |
S="${WORKDIR}/${PN}-$(ver_cut 1-3)" |
12 | 12 | |
13 | 13 |
LICENSE="LGPL-2.1" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
15 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" |
|
16 | 16 | |
17 | 17 |
src_prepare() { |
18 | 18 |
default |
... | ... | |
22 | 22 |
src_install() { |
23 | 23 |
default |
24 | 24 | |
25 |
insinto /usr/include |
|
26 |
doins smacker.h |
|
27 | ||
25 | 28 |
# No .la files or static libraries |
26 | 29 |
find "${ED}" -name '*.la' -delete || die |
27 | 30 |
find "${ED}" -name '*.a' -delete || die |