app-misc/geekcode - 1.7.3 (gentoo)

Search

Install

Install this version:

emerge -a =app-misc/geekcode-1.7.3

Package Information

Description:
Geek code generator
Homepage:
https://sourceforge.net/projects/geekcode
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.7.3 7 ~alpha amd64 arm ~mips ppc ppc64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Geek code generator"
HOMEPAGE="https://sourceforge.net/projects/geekcode"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 x86"

PATCHES=(
	"${FILESDIR}"/${P}-exit.patch
	"${FILESDIR}"/${P}-fno-common.patch
)

src_prepare() {
	default
	sed -i Makefile -e 's| -o | ${LDFLAGS}&|g' || die "sed Makefile"
}

src_compile() {
	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
}

src_install() {
	dobin geekcode
	dodoc CHANGES README geekcode.txt
}

Inherited Eclasses

Manifest for 1.7.3

Type File Size Source URLs
DIST geekcode-1.7.3.tar.gz 60617 bytes https://downloads.sourceforge.net/geekcode/geekcode-1.7.3.tar.gz