Files
gentoo-overlay/x11-libs/utouch-frame/utouch-frame-2.5.0.ebuild

32 lines
562 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit base
DESCRIPTION="Touch Frame Library "
SRC_URI="https://launchpad.net/frame/trunk/v${PV}/+download/frame-${PV}.tar.gz"
HOMEPAGE="https://launchpad.net/utouch-frame"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPV-3"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
x11-libs/utouch-evemu"
S="${WORKDIR}/frame-${PV}"
src_compile() {
pushd ${S}
econf
emake || die
popd
}
src_install() {
emake DESTDIR="${D}" install || die
}