diff options
Diffstat (limited to 'x11-libs/utouch-frame/utouch-frame-1.1.2.ebuild')
-rw-r--r-- | x11-libs/utouch-frame/utouch-frame-1.1.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-libs/utouch-frame/utouch-frame-1.1.2.ebuild b/x11-libs/utouch-frame/utouch-frame-1.1.2.ebuild new file mode 100644 index 0000000..d8d81c2 --- /dev/null +++ b/x11-libs/utouch-frame/utouch-frame-1.1.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Touch Frame Library " +SRC_URI="http://launchpad.net/utouch-frame/trunk/v${PV}/+download/utouch-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" + +src_compile() { + econf + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die + +} |