diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2003-10-11 23:13:11 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2003-10-11 23:13:11 +0000 |
commit | ac1d192c85a89ef1644a9f26d2559a2f7afb5311 (patch) | |
tree | f3ec1462b5cd147ea32d9c91ea374811f4215772 /media-video/yanc | |
parent | Version bump. (diff) | |
download | historical-ac1d192c85a89ef1644a9f26d2559a2f7afb5311.tar.gz historical-ac1d192c85a89ef1644a9f26d2559a2f7afb5311.tar.bz2 historical-ac1d192c85a89ef1644a9f26d2559a2f7afb5311.zip |
Version bump.
Diffstat (limited to 'media-video/yanc')
-rw-r--r-- | media-video/yanc/Manifest | 4 | ||||
-rw-r--r-- | media-video/yanc/files/digest-yanc-0.2.1 | 1 | ||||
-rw-r--r-- | media-video/yanc/yanc-0.2.1.ebuild | 53 |
3 files changed, 56 insertions, 2 deletions
diff --git a/media-video/yanc/Manifest b/media-video/yanc/Manifest index 9734fa70b516..45ff8deadccd 100644 --- a/media-video/yanc/Manifest +++ b/media-video/yanc/Manifest @@ -1,5 +1,5 @@ -MD5 bb54d6e1ed73c8647b170ba562da26a9 ChangeLog 416 +MD5 f4fbe17cc11fa2db8af514914dda6bba ChangeLog 513 MD5 9398f2f4bb9977fa0401080bf536efa0 yanc-0.2.0.ebuild 1429 -MD5 141ffbd3d11aab85c1feb6a57e68ed63 yanc-0.2.1.ebuild 1425 +MD5 6af57985deb6b8600b90d08ca60087f7 yanc-0.2.1.ebuild 1426 MD5 47b5f3091491bba33f121b7ffe96eb43 files/digest-yanc-0.2.0 63 MD5 86918baa28386ca82bfb73e27ba42651 files/digest-yanc-0.2.1 63 diff --git a/media-video/yanc/files/digest-yanc-0.2.1 b/media-video/yanc/files/digest-yanc-0.2.1 new file mode 100644 index 000000000000..4bade074223c --- /dev/null +++ b/media-video/yanc/files/digest-yanc-0.2.1 @@ -0,0 +1 @@ +MD5 90ac4769a223694d86863a9d4ad57206 yanc-0.2.1.tar.gz 3625597 diff --git a/media-video/yanc/yanc-0.2.1.ebuild b/media-video/yanc/yanc-0.2.1.ebuild new file mode 100644 index 000000000000..9d6b1a850dc4 --- /dev/null +++ b/media-video/yanc/yanc-0.2.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-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.1.ebuild,v 1.1 2003/10/11 23:13:06 blauwers Exp $ + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +# 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" + +src_compile() { + einfo "nothing to compile" +} + +src_install() { + dodir /usr/share/yanc + dodir /usr/lib + dodir /usr/bin + + cp -r src ${D}/usr/share/yanc + cp -r lang ${D}/usr/share/yanc + dolib lib/libborqt-6.9.0-qt2.3.so + dosym libborqt-6.9.0-qt2.3.so /usr/lib/libborqt-6.9-qt2.3.so + + insinto /usr/share/yanc + doins logo.jpg gpl.jpg loeschen.xpm nachunten.xpm nachoben.xpm yanc.xpm + doins LICENSE + + exeinto /usr/share/yanc + doexe yanc + + + into /usr + dobin script/yanc + dosed "s:local:share:" /usr/bin/yanc + + dodoc README* + dohtml doc +} + +pkg_postinst() { + 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.' +} |