Ucpt:Net-im/aim/aim-1.5.286.ebuild

From Gentoo Linux Wiki

Jump to: navigation, search
#

Image:Ebuild_file.png Net-im/aim/aim-1.5.286.ebuild

Back to the Index
# 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"
}

# 
Personal tools