|
|
# Copyright 1999-2003 Gentoo Technologies, Inc. |
# Copyright 1999-2004 Gentoo Technologies, Inc. |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /home/cvsroot/gentoo-x86/net-misc/gnugk/gnugk-2.0.6.ebuild,v 1.1 2003/10/26 19:45:46 stkn Exp $ |
# $Header: /home/cvs/myportage/net-misc/gnugk/gnugk-2.0.7.ebuild,v 1.1 2004/04/21 15:04:19 jasmin Exp $ |
| |
inherit eutils | inherit eutils |
| |
|
|
| |
PWLIBDIR=/usr/share/pwlib \ | PWLIBDIR=/usr/share/pwlib \ |
OPENH323DIR=/usr/share/openh323 \ | OPENH323DIR=/usr/share/openh323 \ |
emake ${myconf} opt || die |
emake ${myconf} opt addpasswd || die |
} | } |
| |
src_install() { | src_install() { |
dodir /usr/sbin /etc/gnugk | dodir /usr/sbin /etc/gnugk |
dosbin obj_${MY_OS}_${ARCH}_r/gnugk |
dosbin obj_${MY_OS}_${ARCH}_r/{gnugk,addpasswd} |
| |
insinto /etc/gnugk | insinto /etc/gnugk |
doins etc/* | doins etc/* |