Mercurial > hg > portage
view net-misc/gopenvpn/gopenvpn-9999-r1.ebuild @ 370:f4ed803dfb89
add a stable PyQt ebuild that is aware of python 3.4
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 24 Nov 2014 10:57:24 +0100 |
parents | c417ea2d1eab |
children |
line wrap: on
line source
# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 # project is hosted on sourceforge's git, so git-2 is needed (git is deprecated) inherit git-2 autotools DESCRIPTION="gopenvpn is a gtk tray icon for openvpn" HOMEPAGE="http://gopenvpn.sourceforge.net/" EGIT_REPO_URI="git://gopenvpn.git.sourceforge.net/gitroot/gopenvpn/gopenvpn.git" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND="dev-libs/glib:2 x11-libs/gtk+:2 gnome-base/libglade gnome-base/gnome-keyring sys-auth/polkit" src_prepare() { gettextize sed -i '124s/.*/AC_CONFIG_FILES([pixmaps\/Makefile/' configure.ac autoreconf -vif ./configure }