Ucpt:Net-im/aim/aim-1.5.286.ebuild
From Gentoo Linux Wiki
#Download - Bugs - Discussion - History
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="AOL Instant Messenger Official Client"
HOMEPAGE="http://www.aim.com/"
SRC_URI="ftp://ftp.newaol.com/aimgen/380469/${P}.tgz"
LICENSE="unknown"
SLOT="0"
KEYWORDS="~x86"
DEPEND="${RDEPEND}
sys-libs/lib-compat"
S=${WORKDIR}
src_install() {
mv * ${D} || die "install failed"
}
#
