|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.7.6.ebuild,v 1.1 2005/02/28 09:47:35 dragonheart Exp $ | # $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-0.7.6.ebuild,v 1.1 2005/02/28 09:47:35 dragonheart Exp $ |
| |
inherit gnome2 |
inherit gnome2 eutils |
| |
DESCRIPTION="gnome front end to gnupg" | DESCRIPTION="gnome front end to gnupg" |
HOMEPAGE="http://seahorse.sourceforge.net/" | HOMEPAGE="http://seahorse.sourceforge.net/" |
|
|
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" | DOCS="AUTHORS ChangeLog NEWS README TODO THANKS" |
IUSE="doc ldap" | IUSE="doc ldap" |
| |
|
src_unpack() { |
|
unpack ${A} |
|
cd ${S} |
|
epatch "${FILESDIR}/${P}-gnome-2.10.patch" |
|
} |
|
|
src_compile() { | src_compile() { |
|
autoconf |
# note below doesn't work - need to fix | # note below doesn't work - need to fix |
append-ldflags -Wl,-z,now | append-ldflags -Wl,-z,now |
export LDFLAGS | export LDFLAGS |