View | Details | Raw Unified
Collapse All | Expand All

(-) surfraw/surfraw-2.1.0.1.ebuild (-3 / +2 lines)
 Lines 5-12    Link Here 
inherit versionator bash-completion eutils
inherit versionator bash-completion eutils
MY_PF=${PN}_$(replace_version_separator 3 '-')
MY_PF=${PN}_$(replace_version_separator 3 '-')
MY_P=${P%.*}
S=${WORKDIR}/${PN}
S=${WORKDIR}/${MY_P}
DESCRIPTION="A fast unix command line interface to WWW"
DESCRIPTION="A fast unix command line interface to WWW"
HOMEPAGE="http://alioth.debian.org/projects/surfraw/"
HOMEPAGE="http://alioth.debian.org/projects/surfraw/"
SRC_URI="mirror://debian/pool/main/s/surfraw/${MY_PF}.tar.gz
SRC_URI="mirror://debian/pool/main/s/surfraw/${MY_PF}.tar.gz
 Lines 32-38    Link Here 
src_install() {
src_install() {
	make DESTDIR=${D} install || die "make install failed"
	make DESTDIR=${D} install || die "make install failed"
	dodoc AUTHORS HACKING NEWS README TODO
	dodoc debian/changelog AUTHORS HACKING NEWS README TODO
	dobashcompletion surfraw-bash-completion
	dobashcompletion surfraw-bash-completion
}
}