blob: f2c26311e156993418147176ce1a7f7df4d42b66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit autotools deadbeef-plugins git-r3
DESCRIPTION="DeaDBeeF MPRIS plugin"
HOMEPAGE="https://github.com/Serranya/deadbeef-mpris2-plugin"
EGIT_REPO_URI="https://github.com/Serranya/deadbeef-mpris2-plugin.git"
LICENSE="GPL-3"
KEYWORDS=""
IUSE=""
src_prepare() {
eautoreconf
}
src_configure() {
econf --disable-static
}
|