Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76134
Collapse All | Expand All

(-)airsnort-0.2.4a.ebuild (-10 / +3 lines)
Lines 14-31 IUSE="pcmcia" Link Here
14
DEPEND=">=sys-devel/autoconf-2.13
14
DEPEND=">=sys-devel/autoconf-2.13
15
	=x11-libs/gtk+-2*
15
	=x11-libs/gtk+-2*
16
	>=net-libs/libpcap-0.7.1
16
	>=net-libs/libpcap-0.7.1
17
	>=gnome-base/libgnomeui-2*
18
	pcmcia? ( >=sys-apps/pcmcia-cs-3.1.33 )"
17
	pcmcia? ( >=sys-apps/pcmcia-cs-3.1.33 )"
19
18
20
src_compile() {
21
	./autogen.sh \
22
		--host=${CHOST} \
23
		--prefix=/usr \
24
		--infodir=/usr/share/info \
25
		--mandir=/usr/share/man || die "./autogen failed"
26
	make || die
27
}
28
29
src_install() {
19
src_install() {
30
	make DESTDIR=${D} install || die
20
	make DESTDIR=${D} install || die
31
	dodoc README README.decrypt AUTHORS ChangeLog TODO faq.txt
21
	dodoc README README.decrypt AUTHORS ChangeLog TODO faq.txt
Lines 33-36 src_install() { Link Here
33
pkg_postinst() {
23
pkg_postinst() {
34
	einfo "Make sure to emerge linux-wlan-ng if you want support"
24
	einfo "Make sure to emerge linux-wlan-ng if you want support"
35
	einfo "for Prism2 based cards in airsnort."
25
	einfo "for Prism2 based cards in airsnort."
26
27
	einfo "Make sure to emerge orinoco if you want support"
28
	einfo "for Orinoco based cards in airsnort."
36
}
29
}

Return to bug 76134