diff options
author | 2004-09-27 13:39:39 +0000 | |
---|---|---|
committer | 2004-09-27 13:39:39 +0000 | |
commit | 95f74bb1bb9d916f5038c39b7b81ef8057462084 (patch) | |
tree | 01475624c2101334a96d1df8dce9086df4ac051d /net-dialup/pptpconfig/pptpconfig-20040722.ebuild | |
parent | add missing patch (diff) | |
download | historical-95f74bb1bb9d916f5038c39b7b81ef8057462084.tar.gz historical-95f74bb1bb9d916f5038c39b7b81ef8057462084.tar.bz2 historical-95f74bb1bb9d916f5038c39b7b81ef8057462084.zip |
move and version bump inspired by bug #63150
Diffstat (limited to 'net-dialup/pptpconfig/pptpconfig-20040722.ebuild')
-rw-r--r-- | net-dialup/pptpconfig/pptpconfig-20040722.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-dialup/pptpconfig/pptpconfig-20040722.ebuild b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild new file mode 100644 index 000000000000..1d19a950cf41 --- /dev/null +++ b/net-dialup/pptpconfig/pptpconfig-20040722.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpconfig/pptpconfig-20040722.ebuild,v 1.1 2004/09/27 13:39:39 dragonheart Exp $ + +DESCRIPTION="Configuration and management program for PPTP Client tunnels" +HOMEPAGE="http://pptpclient.sourceforge.net/" +SRC_URI="mirror://sourceforge/pptpclient/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="" +RDEPEND="dev-php/php-gtk + net-dialup/pptpclient" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO + dosed 's:/usr/lib/php-pcntl/bin/php:/usr/bin/php:g' /usr/bin/pptpconfig.php || die +} |