blob: 0a779a3a51333a0fa258efdce6395e890aec6672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gwine/gwine-0.10.3.ebuild,v 1.1 2007/03/05 02:34:01 vapier Exp $
inherit eutils gnome2 perl-app
DESCRIPTION="Gnome application to manage your wine cellar"
HOMEPAGE="http://home.gna.org/gwine/"
SRC_URI="http://download.gna.org/gwine/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-lang/perl-5.8.0
>=dev-perl/glib-perl-0.90
>=dev-perl/gtk2-perl-0.90
>=dev-perl/gnome2-perl-1.021
>=dev-perl/gtk2-gladexml-1.003
dev-perl/gnome2-gconf
dev-perl/libintl-perl
dev-perl/DateTime"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-0.10.3-package.patch
}
pkg_postinst() {
perl-module_pkg_postinst
gnome2_gconf_install
}
|