You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/gnutu/gnutu-2.0.ebuild

32 lines
702 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild,v 1.3 2010/01/01 18:21:13 ssuominen Exp $
inherit mono eutils
DESCRIPTION="GNU Student's Timetable for polish users"
HOMEPAGE="http://www.gnutu.org/"
SRC_URI="http://www.gnutu.org/download/sources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="dev-lang/mono
>=dev-dotnet/gtk-sharp-1.9.5
>=dev-dotnet/glade-sharp-1.9.5"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-event.patch
# lmao :/
rm "${S}"/pixmaps/Makefile.am~
}
src_install() {
make install DESTDIR="${D}" || die
}