# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit eutils git-2 DESCRIPTION="A simple graphical frontend for pmount" HOMEPAGE="http://git.tdb.fi/?p=pmount-gui:a=summary" EGIT_REPO_URI="git://git.tdb.fi/pmount-gui" LICENSE="AS-IS" SLOT="0" KEYWORDS="" IUSE="" RDEPEND="sys-fs/udev sys-apps/pmount x11-libs/gtk+:2" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" src_prepare() { # Add gentoo CFLAGS sed -i -e "s:-Wextra:-Wextra ${CFLAGS}:" Makefile || die "sed failed" } src_install() { dobin pmount-gui dodoc LICENSE.txt README.txt || die "install documentation failed" }