summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/datutil/datutil-2.31.ebuild')
-rw-r--r--games-util/datutil/datutil-2.31.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-util/datutil/datutil-2.31.ebuild b/games-util/datutil/datutil-2.31.ebuild
deleted file mode 100644
index 5c19d47..0000000
--- a/games-util/datutil/datutil-2.31.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit toolchain-funcs
-
-DL_PV=2.20
-DESCRIPTION="Converter for dat files for Rom Managers"
-HOMEPAGE="http://www.logiqx.com/Tools/DatUtil/"
-SRC_URI="http://www.logiqx.com/Tools/DatUtil/dutil${PV//.}.zip
- http://www.logiqx.com/Tools/DatLib/datlib${DL_PV//.}.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack dutil${PV//.}.zip
- mkdir -p "${S}"/dev/datlib && cd "${S}"/dev/datlib
- unpack datlib${DL_PV//.}.zip
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LD="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \
- CFLAGS="${CFLAGS} -Idev" LOGIQX=. EXT= UPX=@#
-}
-
-src_install() {
- dobin datutil || die "cannot install datutil"
- dodoc readme.txt whatsnew.txt
-}