summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/yanc/yanc-0.2.0.ebuild')
-rw-r--r--media-video/yanc/yanc-0.2.0.ebuild25
1 files changed, 8 insertions, 17 deletions
diff --git a/media-video/yanc/yanc-0.2.0.ebuild b/media-video/yanc/yanc-0.2.0.ebuild
index f7b9695b962c..bfbf9d7aee45 100644
--- a/media-video/yanc/yanc-0.2.0.ebuild
+++ b/media-video/yanc/yanc-0.2.0.ebuild
@@ -1,31 +1,27 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.1 2003/06/15 05:58:25 seemant Exp $
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.1.1.1 2005/11/30 09:57:43 chriswhite Exp $
-
-S=${WORKDIR}/${P}
DESCRIPTION="YanC is a GUI configuration tool for the NVIDIA Accelerated Linux Driver Set."
HOMEPAGE="http://yanc.sourceforge.net/"
SRC_URI="mirror://sourceforge/yanc/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="-* ~x86"
+IUSE=""
-#
# As the downloaded package seems to be pre-compiled,
# the dependances are not clear.
# TODO: Emerge the real compilable yanc's code
-#
DEPEND=">=sys-apps/sed-4"
-RDEPEND="x11-base/xfree"
-
+RDEPEND="virtual/x11"
src_compile() {
einfo "nothing to compile"
}
-src_install () {
+src_install() {
dodir /usr/share/yanc
dodir /usr/lib
dodir /usr/bin
@@ -42,7 +38,7 @@ src_install () {
exeinto /usr/share/yanc
doexe yanc
-
+
into /usr
dobin script/yanc
dosed "s:local:share:" /usr/bin/yanc
@@ -52,12 +48,7 @@ src_install () {
}
pkg_postinst() {
- einfo ''
- einfo 'WARNING:'
- einfo '========'
einfo '-> Please create a copy of your XF86Config before you use YanC for the'
einfo 'first time, because it is possible that your XF86Config is damaged because of'
einfo 'the use of YanC. Then a restart of XFree would be impossible.'
- einfo ''
- echo ''
}