imported ebuilds from harpo.
This commit is contained in:
8
app-dicts/steak/ChangeLog
Normal file
8
app-dicts/steak/ChangeLog
Normal file
@@ -0,0 +1,8 @@
|
||||
# ChangeLog for app-dicts/steak
|
||||
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-dicts/steak/ChangeLog,v 1.1 2005/12/22 12:20:23 egore Exp $
|
||||
|
||||
*steak-1.7.3 (22 Dec 2005)
|
||||
|
||||
22 Dec 2005; Christoph Brill <egore911@egore911.de> +steak-1.7.3.ebuild :
|
||||
Initial import. Ebuild submitted by me.
|
4
app-dicts/steak/Manifest
Normal file
4
app-dicts/steak/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
MD5 c3de0738304355e8920e0bb8e58209e9 ChangeLog 349
|
||||
MD5 ab0e378b32471858d0e93d836ef25cc9 files/digest-steak-1.7.3 68
|
||||
MD5 eaa89c412581623785c9ae4d5be5a42c files/steak-1.7.3.patch 615
|
||||
MD5 22669f1994ca4cee2f988a3c1df5b6c0 steak-1.7.3.ebuild 1284
|
1
app-dicts/steak/files/digest-steak-1.7.3
Normal file
1
app-dicts/steak/files/digest-steak-1.7.3
Normal file
@@ -0,0 +1 @@
|
||||
MD5 eb4d5907fd8715a15bde0a7e3c6cf4c3 steak-1.7.3-251.src.rpm 989147
|
18
app-dicts/steak/files/steak-1.7.3.patch
Normal file
18
app-dicts/steak/files/steak-1.7.3.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
--- woerterbuch.alt 2004-12-04 23:34:28.115707552 +0100
|
||||
+++ woerterbuch 2004-12-04 23:41:19.259204240 +0100
|
||||
@@ -6,13 +6,13 @@
|
||||
################################################################
|
||||
#
|
||||
# Unter diesem Verzeichnis ist die Woerterbuch-Datei zu finden
|
||||
-SteakDIR=$HOME/bin/Steak/Datensatz
|
||||
+SteakDIR=/usr/share/Steak/Datensatz
|
||||
#SteakDIR=$HOME/bin/Steak/Datensatz
|
||||
# Der Name der Woerterbuch-Datei
|
||||
SteakFILE=ger-eng.txt
|
||||
#SteakFILE=Datenbank.txt
|
||||
# Unter diesem Verzeichnis ist die ausfuehrbaren Dateien zu finden
|
||||
-BINDIR=$HOME/bin/Steak
|
||||
+BINDIR=/usr/bin
|
||||
#BINDIR=$HOME/bin/Steak
|
||||
# Temp-Dir
|
||||
TMPDIR=/tmp
|
47
app-dicts/steak/steak-1.7.3.ebuild
Normal file
47
app-dicts/steak/steak-1.7.3.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-dicts/steak/steak-1.7.3.ebuild,v 1.1 2005/12/22 12:15:41 egore Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="EN => DE Dictionary"
|
||||
HOMEPAGE="http://www.tm.informatik.uni-frankfurt.de/~razi/steak"
|
||||
#SRC_URI="http://www.tm.informatik.uni-frankfurt.de/~razi/steak/program/Steak.${PV}.tar.gz"
|
||||
SRC_URI="ftp://84.41.185.108/suse/9.1/suse/src/${P}-251.src.rpm"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~ppc ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-text/ispell
|
||||
app-arch/rpm2targz"
|
||||
RDEPEND=""
|
||||
|
||||
S=${WORKDIR}/Steak
|
||||
|
||||
src_unpack() {
|
||||
cd ${WORKDIR}
|
||||
rpm2targz ${DISTDIR}/${A}
|
||||
tar -xzf ${P}-251.src.tar.gz
|
||||
tar -xjpf Steak.${PV}.tar.bz2
|
||||
cd ${S}
|
||||
epatch ${FILESDIR}/${P}.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/Steak/Datensatz
|
||||
doins Datensatz/ger-eng.txt \
|
||||
|| die "failed installing dataset"
|
||||
|
||||
insinto /usr/share/Steak
|
||||
doins mini_steak_icon.xpm pinguin_steak_icon.xpm .Steakconfig \
|
||||
|| die "failed installing icons or config"
|
||||
|
||||
dobin woerterbuch printbuffer iso2txt spacefilter poll \
|
||||
|| die "failed installing binaries"
|
||||
dosym /usr/bin/woerterbuch /usr/bin/steak \
|
||||
|| die "failed creating symlink"
|
||||
|
||||
dodoc copyrights.txt help.txt version.txt README README.eng
|
||||
}
|
Reference in New Issue
Block a user