diff options
Diffstat (limited to 'net-dialup/wvdial/wvdial-1.41-r2.ebuild')
-rw-r--r-- | net-dialup/wvdial/wvdial-1.41-r2.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-dialup/wvdial/wvdial-1.41-r2.ebuild b/net-dialup/wvdial/wvdial-1.41-r2.ebuild deleted file mode 100644 index 409e15f4a06e..000000000000 --- a/net-dialup/wvdial/wvdial-1.41-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r2.ebuild,v 1.1 2001/01/16 13:04:57 achim Exp $ - -P=wvdial-1.41 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Excellent program which automatically configures your PPP session" -SRC_URI="http://www.worldvisions.ca/wvdial/wvdial-1.41.tar.gz" -HOMEPAGE="http://www.worldvisions.ca/wvdial/" - -DEPEND=">=sys-devel/gcc-2.95.2 - >=sys-libs/glibc-2.1.3" - -src_compile() { - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - cp rules.mk rules.mk.orig - sed -e "s/-g//g" -e "s/-O6/${CFLAGS}/" rules.mk.orig > rules.mk - cp Makefile Makefile.orig - sed -e "s:PREFIX=/usr/local:PREFIX=/usr:" Makefile.orig > Makefile -} - -src_install() { - into /usr - dobin wvdial/wvdial wvdial/wvdialconf - doman *.1 - insinto /etc/ppp/peers - newins ppp.provider wvdial - dodoc ANNOUNCE CHANGES COPYING.LIB README - dodoc debian/changelog debian/copyright -} - - |