pentoo-overlay/dev-db/absinthe/absinthe-1.4.1.ebuild
2008-11-29 17:35:05 +00:00

34 lines
1,012 B
Bash

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /root/portage/net-analyzer/absinthe/absinthe-1.4.1.ebuild,v 1.1.1.1 2006/03/02 00:53:51 grimmlin Exp $
inherit mono
MY_P=Absinthe-${PV}-Linux
DESCRIPTION="Absinthe is a gui-based tool that automates the process of downloading the schema & contents of a database that is vulnerable to Blind SQL Injection."
HOMEPAGE="http://www.0x90.org/releases/absinthe/"
SRC_URI="http://www.0x90.org/releases/absinthe/${MY_P}.tar.gz"
LICENSE="|| ( GPL-2 BSD )"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-lang/mono-1
=dev-dotnet/wxnet-0.7.2"
S=${WORKDIR}/${MY_P}
src_compile() {
einfo "Nothing to compile"
ewarn "We are using the binary dist of absinthe,"
ewarn "You can expect breakage..."
}
src_install() {
dodir /usr/lib/"${PN}"
rm "${S}"/bin/Absinthe.ico "${S}"/bin/wxNET.tar "${S}"/bin/runabsinthe.sh
cp -R "${S}"/bin/* "${D}"/usr/lib/"${PN}"
dobin ${FILESDIR}/absinthe
dodoc README
}