diff options
author | fredb <fredb@pkgsrc.org> | 2001-12-22 18:40:00 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-12-22 18:40:00 +0000 |
commit | b93d910f1fa6135326d21fb3eb548b5fee8bb215 (patch) | |
tree | 254fca2936b8d42ca6702e5059cb8d30274fa9aa /chat/aim | |
parent | 05022b38b046557f18df9b48dca15e54b498d9de (diff) | |
download | pkgsrc-b93d910f1fa6135326d21fb3eb548b5fee8bb215.tar.gz |
Initial import of aim-1.5.234, America Online's Instant Messenger (SM).
Diffstat (limited to 'chat/aim')
-rw-r--r-- | chat/aim/DESCR | 6 | ||||
-rw-r--r-- | chat/aim/Makefile | 34 | ||||
-rw-r--r-- | chat/aim/PLIST | 2 | ||||
-rw-r--r-- | chat/aim/distinfo | 4 |
4 files changed, 46 insertions, 0 deletions
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 |