| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.12 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="WBFS manager for Linux using GTK+"
HOMEPAGE="https://code.google.com/p/linux-wbfs-manager/"
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/linux-wbfs-manager/${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/glib:2
gnome-base/libglade:2.0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_compile() {
emake CC="$(tc-getCC)"
}
src_install() {
dobin wbfs_gtk
einstalldocs
make_desktop_entry wbfs_gtk "WBFS manager" applications-utilities
}
dev-libs/glib:2 gnome-base/libglade:2.0
dev-libs/glib:2 gnome-base/libglade:2.0
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | linux-wbfs-manager-0.1.12.tar.gz | 34251 bytes | https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/linux-wbfs-manager/linux-wbfs-manager-0.1.12.tar.gz |