From b93d910f1fa6135326d21fb3eb548b5fee8bb215 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 22 Dec 2001 18:40:00 +0000 Subject: Initial import of aim-1.5.234, America Online's Instant Messenger (SM). --- chat/aim/DESCR | 6 ++++++ chat/aim/Makefile | 34 ++++++++++++++++++++++++++++++++++ chat/aim/PLIST | 2 ++ chat/aim/distinfo | 4 ++++ 4 files changed, 46 insertions(+) create mode 100644 chat/aim/DESCR create mode 100644 chat/aim/Makefile create mode 100644 chat/aim/PLIST create mode 100644 chat/aim/distinfo diff --git a/chat/aim/DESCR b/chat/aim/DESCR new file mode 100644 index 00000000000..9217c9b52f9 --- /dev/null +++ b/chat/aim/DESCR @@ -0,0 +1,6 @@ +This is America Online's ubiquitious Instant Messenger (SM), a +chat-type client that enables you to converse with any AOL or AIM +user. You'll need to have a "netscape" binary in your path to complete +the (free) registration -- the www/netscape package is fine --, or +you can use your ID from Netscape Netcenter, CompuServe 2000, AOL +Hometown, or AOL.com's Personal Finance center. diff --git a/chat/aim/Makefile b/chat/aim/Makefile new file mode 100644 index 00000000000..badaf40f5f6 --- /dev/null +++ b/chat/aim/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/22 18:40:00 fredb Exp $ +# + +DISTNAME= aim-1.5.234 +CATEGORIES= chat +MASTER_SITES= ftp://ftp.newaol.com/aimgen/73010/ +EXTRACT_SUFX= -1.i386.rpm + +MAINTAINER= fredb@netbsd.org +HOMEPAGE= http://www.aim.com/ +COMMENT= AOL Instant Messenger (SM) + +BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg +DEPENDS+= suse_base>=6.4:../../emulators/suse_base +DEPENDS+= suse_compat>=6.4:../../emulators/suse_compat +DEPENDS+= suse_x11>=6.4:../../emulators/suse_x11 +DEPENDS+= suse_gtk>=6.4:../../emulators/suse_gtk + +ONLY_FOR_PLATFORM= NetBSD-*-i386 + +CHECK_SHLIBS= NO +NO_BUILD= YES + +EXTRACT_ONLY= # nothing +PLIST_SRC= ${WRKDIR}/PLIST.rpm +WRKSRC= ${WRKDIR} + +do-install: + ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + ${LOCALBASE}/sbin/rpm2pkg -d ${PREFIX} -f ${PLIST_SRC} \ + -p emul/linux ${DISTDIR}/${DISTFILES} + ${LN} -s ${PREFIX}/emul/linux/usr/local/bin/aim ${PREFIX}/bin/aim + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/aim/PLIST b/chat/aim/PLIST new file mode 100644 index 00000000000..8ee51b05d31 --- /dev/null +++ b/chat/aim/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/22 18:40:00 fredb Exp $ +bin/aim diff --git a/chat/aim/distinfo b/chat/aim/distinfo new file mode 100644 index 00000000000..16d7b2a0f70 --- /dev/null +++ b/chat/aim/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/12/22 18:40:00 fredb Exp $ + +SHA1 (aim-1.5.234-1.i386.rpm) = 15853b0a7a7dc7b80f71e50840b73bc539556110 +Size (aim-1.5.234-1.i386.rpm) = 932239 bytes -- cgit v1.2.3