summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/nomad-tool/nomad-tool-1.3.ebuild')
-rw-r--r--app-misc/nomad-tool/nomad-tool-1.3.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/nomad-tool/nomad-tool-1.3.ebuild b/app-misc/nomad-tool/nomad-tool-1.3.ebuild
deleted file mode 100644
index 3de03235400e..000000000000
--- a/app-misc/nomad-tool/nomad-tool-1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.1 2003/07/19 04:18:36 jje Exp $
-
-DESCRIPTION="Controls the Nomad II MG and IIc portable MP3 players"
-HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.php"
-SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${WORKDIR}
- make PREFIX="/usr" || die
-
-}
-
-src_install() {
- cd ${WORKDIR}
- dobin nomad-tool
- dolib nomad-open
- doman nomad-tool.1
-}
-
-pkg_postinst() {
- chmod 4755 /usr/lib/nomad-open
-}
-