diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-12-26 00:26:18 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-12-26 00:26:18 +0000 |
commit | e3f5731f702a4e59aac008f01a026014e71ff633 (patch) | |
tree | 54bf0e540bb792c163d4c0a3832a11e7902dbb18 /x11-misc/remind/remind-03.00.22.ebuild | |
parent | Initial import (diff) | |
download | historical-e3f5731f702a4e59aac008f01a026014e71ff633.tar.gz historical-e3f5731f702a4e59aac008f01a026014e71ff633.tar.bz2 historical-e3f5731f702a4e59aac008f01a026014e71ff633.zip |
Initial import
Diffstat (limited to 'x11-misc/remind/remind-03.00.22.ebuild')
-rw-r--r-- | x11-misc/remind/remind-03.00.22.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-misc/remind/remind-03.00.22.ebuild b/x11-misc/remind/remind-03.00.22.ebuild new file mode 100644 index 000000000000..758361da6eba --- /dev/null +++ b/x11-misc/remind/remind-03.00.22.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/remind/remind-03.00.22.ebuild,v 1.1 2003/12/26 00:26:05 pyrania Exp $ + +DESCRIPTION="Ridiculously functional reminder program" +HOMEPAGE="http://www.roaringpenguin.com/products/remind/" +SRC_URI="http://www.roaringpenguin.com/products/remind/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +src_install() { + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/share/man/man1 + einstall || die +} |