diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-21 22:40:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-21 22:40:09 +0000 |
commit | 414984c4ab97311898b89536695334438e045456 (patch) | |
tree | 5407c93b78f50daf4336fd18744f7932233f354e /games-util/loki_patch | |
parent | not used (Manifest recommit) (diff) | |
download | gentoo-2-414984c4ab97311898b89536695334438e045456.tar.gz gentoo-2-414984c4ab97311898b89536695334438e045456.tar.bz2 gentoo-2-414984c4ab97311898b89536695334438e045456.zip |
Initial import. Ebuild submitted by Alex Linke <incubation.11@freenet.de> to bug #63649. Closing bug #63649.
Diffstat (limited to 'games-util/loki_patch')
-rw-r--r-- | games-util/loki_patch/ChangeLog | 11 | ||||
-rw-r--r-- | games-util/loki_patch/files/digest-loki_patch-20040916 | 1 | ||||
-rw-r--r-- | games-util/loki_patch/loki_patch-20040916.ebuild | 36 | ||||
-rw-r--r-- | games-util/loki_patch/metadata.xml | 9 |
4 files changed, 57 insertions, 0 deletions
diff --git a/games-util/loki_patch/ChangeLog b/games-util/loki_patch/ChangeLog new file mode 100644 index 000000000000..2eae086a385b --- /dev/null +++ b/games-util/loki_patch/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for games-util/loki_patch +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/ChangeLog,v 1.1 2004/09/21 22:40:09 wolf31o2 Exp $ + +*loki_patch-20040916 (21 Sep 2004) + + 21 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +loki_patch-20040916.ebuild: + Initial import. Ebuild submitted by Alex Linke <incubation.11@freenet.de> to + bug #63649. Closing bug #63649. + diff --git a/games-util/loki_patch/files/digest-loki_patch-20040916 b/games-util/loki_patch/files/digest-loki_patch-20040916 new file mode 100644 index 000000000000..403a9c52b3c5 --- /dev/null +++ b/games-util/loki_patch/files/digest-loki_patch-20040916 @@ -0,0 +1 @@ +MD5 570891e117139921c54f1d06a359fc28 loki_patch-20040916.tar.bz2 411206 diff --git a/games-util/loki_patch/loki_patch-20040916.ebuild b/games-util/loki_patch/loki_patch-20040916.ebuild new file mode 100644 index 000000000000..618f1f33076d --- /dev/null +++ b/games-util/loki_patch/loki_patch-20040916.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/loki_patch/loki_patch-20040916.ebuild,v 1.1 2004/09/21 22:40:09 wolf31o2 Exp $ + +inherit eutils + +DESCRIPTION="Loki Software binary patch tool" +HOMEPAGE="http://www.icculus.org/loki_setup/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +RESTRICT="" +IUSE="" + +DEPEND="dev-util/xdelta + dev-libs/libxml + games-util/loki_setupdb" + +src_compile() { + ./autogen.sh || die "autogen failed." + EXTRA_ECONF="--with-setupdb=/usr/share/loki_setupdb" + econf || die "econf failed." + sed -i -e 's/\.\.\/loki_setupdb/\/usr\/share\/loki_setupdb/' \ + -e -e 's/-I$(SETUPDB)/-I$(SETUPDB)\/include/' Makefile + emake || die "emake failed" +} + +src_install() { + # no DESTDIR-support in Makefile + dodir /usr/bin + exeinto /usr/bin + doexe loki_patch make_patch || die "doexe failed." + dodoc CHANGES NOTES README TODO || die "dodoc failed." +} diff --git a/games-util/loki_patch/metadata.xml b/games-util/loki_patch/metadata.xml new file mode 100644 index 000000000000..fe08918e6837 --- /dev/null +++ b/games-util/loki_patch/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>wolf31o2@gentoo.org</email> + <name>Chris Gianelloni</name> +</maintainer> +</pkgmetadata> |