aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gputty
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-04-05 14:25:26 +0000
committerMichael Lauer <mickey@vanille-media.de>2005-04-05 14:25:26 +0000
commitb189d3f222be07e8c140d86d5cd9fff2cb142d11 (patch)
tree93d44cf3cb947205ac707331a9d2085f89243412 /packages/gputty
parent50c263eb558e1ea59fed2b813ee011fd9cfb95f5 (diff)
downloadopenembedded-b189d3f222be07e8c140d86d5cd9fff2cb142d11.tar.gz
upgrade gputty to 0.9.8
BKrev: 42529fd69SM9Wyc1Y3pU7gHTrNaJNw
Diffstat (limited to 'packages/gputty')
-rw-r--r--packages/gputty/gputty_0.9.7.bb26
-rw-r--r--packages/gputty/gputty_0.9.8.bb0
2 files changed, 0 insertions, 26 deletions
diff --git a/packages/gputty/gputty_0.9.7.bb b/packages/gputty/gputty_0.9.7.bb
deleted file mode 100644
index 86b42c15f8..0000000000
--- a/packages/gputty/gputty_0.9.7.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-# OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION="GPuTTY is a PuTTY clone using the Gnome environment"
-HOMEPAGE="http://www.defora.org/index.php?page=gputty"
-LICENSE="GPL"
-SECTION="net-misc"
-
-SRC_URI="http://www.defora.org/projects/GPuTTY/files/gputty-${PV}.tar.gz \
- file://conf.patch;patch=1 \
- file://gputty"
-
-# Save the configuration file in the package
-FILES_${PN} += " /etc/gputty"
-
-do_compile() {
- oe_runmake -C src
-}
-
-do_install() {
- install -d ${D}${bindir}
- oe_runmake -C src BINDIR="${bindir}" DESTDIR="${D}" install
- install -d ${D}${sysconfdir}/
- install -m 0644 ${WORKDIR}/gputty ${D}${sysconfdir}/
-}
diff --git a/packages/gputty/gputty_0.9.8.bb b/packages/gputty/gputty_0.9.8.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gputty/gputty_0.9.8.bb