games-util/linux-wbfs-manager - 0.1.12 (gentoo)

Search

Package Information

Description:
WBFS manager for Linux using GTK+
Homepage:
https://code.google.com/p/linux-wbfs-manager/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1.12 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

	dev-libs/glib:2
	gnome-base/libglade:2.0

RDEPEND

	dev-libs/glib:2
	gnome-base/libglade:2.0

BDEPEND

virtual/pkgconfig

Manifest for 0.1.12

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