From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/epic4/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 community/epic4/PKGBUILD (limited to 'community/epic4') diff --git a/community/epic4/PKGBUILD b/community/epic4/PKGBUILD new file mode 100644 index 000000000..f975aa7c5 --- /dev/null +++ b/community/epic4/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 14425 2010-04-03 12:15:33Z foutrelis $ +# Maintainer: Mateusz Herych +# Maintainer: dorphell +# Contributor: Tom Newsom +# Contributor: Chris Brannon + +pkgname=epic4 +pkgver=2.10.1 +pkgrel=2 +pkgdesc="EPIC4 is a new direction in ircII development" +arch=('i686' 'x86_64') +url="http://www.epicsol.org/" +license=('custom') +depends=('openssl' 'ncurses' 'tcl' 'perl') +source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz) +md5sums=('6f08a04494d0f5543b5f8f3c1ac56d11') + +build() { + cd $startdir/src/$pkgname-$pkgver + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --with-ssl \ + --with-ipv6 \ + --with-perl \ + --with-tcl + make || return 1 + make prefix=$startdir/pkg/usr install || return 1 + install -D -m 644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT + mkdir -p $pkgdir/usr/lib/$pkgname + mv $pkgdir/usr/libexec/wserv4 $pkgdir/usr/lib/$pkgname + rm -rf $pkgdir/usr/libexec +} + -- cgit v1.2.3-54-g00ecf