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/librcc/librcc-0.2.5-r1.ebuild | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 app-i18n/librcc/librcc-0.2.5-r1.ebuild (limited to 'app-i18n/librcc/librcc-0.2.5-r1.ebuild') diff --git a/app-i18n/librcc/librcc-0.2.5-r1.ebuild b/app-i18n/librcc/librcc-0.2.5-r1.ebuild new file mode 100644 index 0000000..bc6f0e0 --- /dev/null +++ b/app-i18n/librcc/librcc-0.2.5-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +inherit eutils + +DESCRIPTION="LibRCC is Russian Encoding Conversion Library" +SRC_URI="http://dside.dyndns.org/files/rusxmms/librcc-${PV}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 amd64" +DEPEND="app-i18n/librcd + app-i18n/libguess + dev-libs/libxml2 + sys-libs/db + app-i18n/enca + app-text/aspell + app-dicts/libtranslate" + +src_unpack() { + unpack ${P}.tar.bz2 +# cd "${S}" +# epatch "${FILESDIR}"/rcc-debug.patch || die +} + +src_compile() { + ./autogen.sh || die + econf || die + make || die + make -C examples || die +} + +src_install() { + into /usr + mkdir -p ${D}/usr/lib + mkdir -p ${D}/usr/include + mkdir -p ${D}/usr/lib/rcc/engines + mkdir -p ${D}/etc + make install DESTDIR=${D} INSTALLTOP=${D}/usr || die + rm -f ${D}/usr/lib/rcc/engines/*.a + rm -f ${D}/usr/lib/rcc/engines/*.la + install -m 644 examples/rcc.xml ${D}/etc + + make -C examples install DESTDIR=${D} INSTALLTOP=${D}/usr || die + rm -f ${D}/usr/bin/example* +} -- cgit v1.2.3