summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2003-01-29 09:01:41 +0000
committerHanno Boeck <hanno@gentoo.org>2003-01-29 09:01:41 +0000
commit44b7fc351397d8170226be1c868da2da9db1403b (patch)
tree3ca792615eb224b3994a0f48333078048c5d3443 /app-misc
parentAdded ethereal use flag in response to bug #14565 (diff)
downloadhistorical-44b7fc351397d8170226be1c868da2da9db1403b.tar.gz
historical-44b7fc351397d8170226be1c868da2da9db1403b.tar.bz2
historical-44b7fc351397d8170226be1c868da2da9db1403b.zip
sjog ebuild added
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/sjog/ChangeLog8
-rw-r--r--app-misc/sjog/files/digest-sjog-0.61
-rw-r--r--app-misc/sjog/sjog-0.6.ebuild25
3 files changed, 34 insertions, 0 deletions
diff --git a/app-misc/sjog/ChangeLog b/app-misc/sjog/ChangeLog
new file mode 100644
index 000000000000..116428cfe677
--- /dev/null
+++ b/app-misc/sjog/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/sjog
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/ChangeLog,v 1.1 2003/01/29 09:01:41 hanno Exp $
+
+*sjog-0.6 (29 Jan 2003)
+
+ 29 Jan 2003; Hanno Boeck <hanno@gentoo.org> sjog-0.6.ebuild :
+ Added sjog, a tool for the sony vaio jogdial.
diff --git a/app-misc/sjog/files/digest-sjog-0.6 b/app-misc/sjog/files/digest-sjog-0.6
new file mode 100644
index 000000000000..3bff17b04432
--- /dev/null
+++ b/app-misc/sjog/files/digest-sjog-0.6
@@ -0,0 +1 @@
+MD5 e1746b326cf44e5feb7e1de1c5091e95 sjog-0.6.tar.gz 154850
diff --git a/app-misc/sjog/sjog-0.6.ebuild b/app-misc/sjog/sjog-0.6.ebuild
new file mode 100644
index 000000000000..ad139ea7ce60
--- /dev/null
+++ b/app-misc/sjog/sjog-0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sjog/sjog-0.6.ebuild,v 1.1 2003/01/29 09:01:41 hanno Exp $
+
+DESCRIPTION="sjog - tool for the Sony Vaio jogdial"
+HOMEPAGE="http://sjog.sourceforge.net/"
+SRC_URI="mirror://sourceforge/sjog/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="=x11-libs/gtk+-1.2*
+ media-libs/gdk-pixbuf
+ =dev-libs/glib-1.2*"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf
+
+ emake || die
+}
+
+src_install() {
+ einstall
+}