pkgsrc/net/teamspeak-client/Makefile
abs c11d73661c Import net/teamspeak-client-2.0.31.55
TeamSpeak is a quality, scalable application which enables people
to speak with one another over the Internet. TeamSpeak consists of
both client and server software. The server acts as a host to
multiple client connections, capable of handling literally thousands
of simultaneous users. This results in an Internet based teleconferencing
solution that works in a variety of applications such as team mates
speaking with one another while playing their favorite online game,
small businesses cutting costs on long distance charges, or for
personal communication with friends and family.

This package contains the TeamSpeak client for Linux
2006-08-08 19:40:08 +00:00

55 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/08/08 19:40:08 abs Exp $
#
# Note: ts2_client_rc2_2032 fails to run as non root with Runtime error 231
PKGNAME= teamspeak-client-2.0.31.55
DISTNAME= ts2_client_rc2_2031
CATEGORIES= net audio
MASTER_SITES= ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ \
ftp://213.202.254.114/teamspeak/releases/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.goteamspeak.com/
COMMENT= Teamspeak group VoIP client
.include "../../emulators/suse_linux/Makefile.application"
.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_base
DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
DEPENDS+= suse_libjpeg-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_libjpeg
.endif
ONLY_FOR_PLATFORM= *-*-i386
NO_CONFIGURE= yes
USE_LANGUAGES=
RESTRICTED= Redistribution to third parties is expressly prohibited
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
LICENSE= skype-license
WRKSRC= ${WRKDIR}/${DISTNAME}/setup.data/image
LIB_DIR= ${PREFIX}/lib/teamspeak
DOC_DIR= ${PREFIX}/share/doc/teamspeak
do-build:
${SED} "s|%installdir%|${LIB_DIR}|" ${WRKSRC}/TeamSpeak \
> ${WRKDIR}/TeamSpeak
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/TeamSpeak ${PREFIX}/bin
${INSTALL_DATA_DIR} ${LIB_DIR}
${INSTALL_DATA_DIR} ${LIB_DIR}/sounds
${INSTALL_LIB} ${WRKSRC}/TeamSpeak.bin ${LIB_DIR}
${INSTALL_LIB} ${WRKSRC}/icon.xpm ${LIB_DIR}
${INSTALL_LIB} ${WRKSRC}/*.so* ${LIB_DIR}
${INSTALL_DATA_DIR} ${DOC_DIR}
${INSTALL_DATA} -m 644 ${WRKSRC}/Readme.txt ${DOC_DIR}
${INSTALL_DATA} -m 644 ${WRKSRC}/clicense.txt ${DOC_DIR}
${INSTALL_DATA} -m 644 ${WRKSRC}/manual/* ${DOC_DIR}
.include "../../mk/bsd.pkg.mk"