From ca9627e70852f6b2e835660df870fe3ab405882d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 1 Sep 2019 00:00:32 +0200 Subject: Initial import --- app-i18n/librcd/librcd-0.1.11-r1.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-i18n/librcd/librcd-0.1.11-r1.ebuild (limited to 'app-i18n/librcd/librcd-0.1.11-r1.ebuild') diff --git a/app-i18n/librcd/librcd-0.1.11-r1.ebuild b/app-i18n/librcd/librcd-0.1.11-r1.ebuild new file mode 100644 index 0000000..ededc9f --- /dev/null +++ b/app-i18n/librcd/librcd-0.1.11-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +inherit eutils + +DESCRIPTION="LibRCD is Russian Encoding Detection Library" +SRC_URI="http://dside.dyndns.org/files/rusxmms/librcd-${PV}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 amd64" + +src_unpack() { + unpack ${P}.tar.bz2 +} + +src_compile() { + rm -f Makefile.in aclocal.m4 + + ./autogen.sh + econf + make +} + +src_install() { + into /usr + mkdir -p ${D}/usr/lib + mkdir -p ${D}/usr/include + make install DESTDIR=${D} INSTALLTOP=${D}/usr +} -- cgit v1.2.3