diff options
author | 2005-06-14 21:55:43 +0000 | |
---|---|---|
committer | 2005-06-14 21:55:43 +0000 | |
commit | 54de3e413bc421cf5fc281224e4fda753d59b0dc (patch) | |
tree | 5cc3878e8ef3ffd7c075f691ae0eb517e6aaf849 /x11-misc/ntodo/ntodo-1.1.ebuild | |
parent | ppc love (diff) | |
download | gentoo-2-54de3e413bc421cf5fc281224e4fda753d59b0dc.tar.gz gentoo-2-54de3e413bc421cf5fc281224e4fda753d59b0dc.tar.bz2 gentoo-2-54de3e413bc421cf5fc281224e4fda753d59b0dc.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/ntodo/ntodo-1.1.ebuild')
-rw-r--r-- | x11-misc/ntodo/ntodo-1.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-misc/ntodo/ntodo-1.1.ebuild b/x11-misc/ntodo/ntodo-1.1.ebuild new file mode 100644 index 000000000000..fadcf1d71068 --- /dev/null +++ b/x11-misc/ntodo/ntodo-1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ntodo/ntodo-1.1.ebuild,v 1.1 2005/06/14 21:55:43 pyrania Exp $ + +DESCRIPTION="GTK Todo program" +HOMEPAGE="http://www.theasylum.org/ntodo/" +SRC_URI="http://www.theasylum.org/ntodo/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND="=x11-libs/gtk+-1.2* + >=sys-apps/sed-4" +#RDEPEND="" +S="${WORKDIR}/nToDo-${PV}" + +src_unpack() { + unpack ${A} ; cd ${S} + + sed -i "s:^CFLAGS.*:CFLAGS = ${CFLAGS} \$(GTK_CFLAGS):g" Makefile +} + + + +src_compile() { + make || die +} + +src_install() { + dobin ntodo + dodoc README +} |