summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2003-11-15 03:05:39 +0000
committerLars Weiler <pylon@gentoo.org>2003-11-15 03:05:39 +0000
commit13152b552457fd20874acbdbaef6d0906f95d0be (patch)
tree7c6bf924100e0663dc15e532469051ada971a772 /x11-misc/xpad/xpad-1.13.ebuild
parentversion bump (diff)
downloadgentoo-2-13152b552457fd20874acbdbaef6d0906f95d0be.tar.gz
gentoo-2-13152b552457fd20874acbdbaef6d0906f95d0be.tar.bz2
gentoo-2-13152b552457fd20874acbdbaef6d0906f95d0be.zip
version bump
Diffstat (limited to 'x11-misc/xpad/xpad-1.13.ebuild')
-rw-r--r--x11-misc/xpad/xpad-1.13.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/xpad/xpad-1.13.ebuild b/x11-misc/xpad/xpad-1.13.ebuild
new file mode 100644
index 000000000000..01ae95381f9a
--- /dev/null
+++ b/x11-misc/xpad/xpad-1.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xpad/xpad-1.13.ebuild,v 1.1 2003/11/15 03:05:34 pylon Exp $
+
+IUSE=""
+
+DESCRIPTION="A GTK+ 2.0 based 'post-it' note system."
+HOMEPAGE="http://xpad.sourceforge.net/"
+SRC_URI="mirror://sourceforge/xpad/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND=">=x11-libs/gtk+-2.0.0"
+
+src_install () {
+ make DESTDIR=${D} install || die "Installation failed"
+ dodoc CHANGES COPYING README TODO
+}