blob: 408fe2924d6f87c67c1b90bfb357f6b957e8f473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/logitech-applet/logitech-applet-0.4_pre1.ebuild,v 1.3 2005/10/31 13:19:23 nelchael Exp $
MY_P=${P/_pre/test}
MY_P=${MY_P/-applet/_applet}
DESCRIPTION="Control utility for some special features of some special
Logitech USB mice!"
HOMEPAGE="http://freshmeat.net/projects/logitech_applet/"
SRC_URI="http://www.frogmouth.net/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND="virtual/libc
dev-libs/libusb"
S="${WORKDIR}/${MY_P}"
src_install() {
dosbin logitech_applet
dodoc AUTHORS ChangeLog README doc/article.txt
}
|