| Summary: | gnugk-2.0.5.ebuild (New Package) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ilya V Kotusev <il> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | il |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ilya V Kotusev
2003-09-10 06:38:48 UTC
Can not attach ebuild to this bug as i get this strange error: "Undefined subroutine &main::ThrowCodeError called at Bugzilla/CGI.pm line 78" get it from here: DESCRIPTION="OpenH323 Gatekeeper - The GNU Gatekeeper" HOMEPAGE="http://www.gnugk.ru" SRC_URI="http://umn.dl.sourceforge.net/sourceforge/openh323gk/gk-${PV}.tgz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="openh323" S=${WORKDIR}/openh323gk src_unpack() { unpack $A cd $S echo "STDCCFLAGS+=-I/usr/include/openh323" >>Makefile } src_compile() { export OPENH323DIR=/usr/share/openh323 export PWLIBDIR=/usr/share/pwlib export NO_MYSQL=1 export NO_LDAP=1 export HAS_ACCT=1 emake CC="$CC" CFLAGS="$CFLAGS" opt || die emake CC="$CC" CFLAGS="$CFLAGS" addpasswd } src_install() { into /usr dosbin obj_linux_x86_r/gnugk dobin obj_linux_x86_r/addpasswd dodir /etc/gnugk insinto /etc/gnugk doins etc/* dohtml docs/manual.html dodoc docs/RELEASE-NOTES docs/old/* } |