summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-03-27 22:57:34 +0000
committerJoshua Brindle <method@gentoo.org>2003-03-27 22:57:34 +0000
commite0db0eb354b41ba533d3539858a7b4b548e48e62 (patch)
treec8734b5888813014e323928a30164234b7226027 /sys-apps/gtk-systrace
parentsystrace initial import (diff)
downloadhistorical-e0db0eb354b41ba533d3539858a7b4b548e48e62.tar.gz
historical-e0db0eb354b41ba533d3539858a7b4b548e48e62.tar.bz2
historical-e0db0eb354b41ba533d3539858a7b4b548e48e62.zip
initial import
Diffstat (limited to 'sys-apps/gtk-systrace')
-rw-r--r--sys-apps/gtk-systrace/files/digest-gtk-systrace-0.1-r11
-rw-r--r--sys-apps/gtk-systrace/gtk-systrace-0.1-r1.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-apps/gtk-systrace/files/digest-gtk-systrace-0.1-r1 b/sys-apps/gtk-systrace/files/digest-gtk-systrace-0.1-r1
new file mode 100644
index 000000000000..f0e69b5613fb
--- /dev/null
+++ b/sys-apps/gtk-systrace/files/digest-gtk-systrace-0.1-r1
@@ -0,0 +1 @@
+MD5 6b61ac8174707483a404599c7e8d8238 gtk-systrace-2002-12-01.tar.gz 73110
diff --git a/sys-apps/gtk-systrace/gtk-systrace-0.1-r1.ebuild b/sys-apps/gtk-systrace/gtk-systrace-0.1-r1.ebuild
new file mode 100644
index 000000000000..f197e53202b2
--- /dev/null
+++ b/sys-apps/gtk-systrace/gtk-systrace-0.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+
+DESCRIPTION="Systrace gtk notification gui"
+HOMEPAGE="http://www.citi.umich.edu/u/provos/systrace/index.html"
+SRC_URI="http://www.citi.umich.edu/u/provos/systrace/gtk-systrace-2002-12-01.tar.gz"
+SLOT="0"
+LICENSE="GPL-2"
+S="${WORKDIR}/${P}"
+FILESDIR="${WORKDIR}/notification-0.1"
+
+KEYWORDS="~x86"
+IUSE="gtk"
+DEPEND="sys-apps/systrace
+ gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )"
+
+src_compile() {
+ cd ${FILESDIR}
+ ./autogen.sh || die
+ emake || die
+}
+
+src_install() {
+ cp ${FILESDIR}/src/notification xsystrace
+ exeinto /usr/X11R6/bin
+ doexe xsystrace
+
+ dodir /usr/local/share/notification/pixmaps
+ insinto /usr/local/share/notification/pixmaps
+ doins ${FILESDIR}/pixmaps/*.xpm
+}