summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/fprint_demo')
-rw-r--r--sys-auth/fprint_demo/Manifest1
-rw-r--r--sys-auth/fprint_demo/fprint_demo-0.4.ebuild23
-rw-r--r--sys-auth/fprint_demo/metadata.xml11
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-auth/fprint_demo/Manifest b/sys-auth/fprint_demo/Manifest
new file mode 100644
index 000000000000..767b767b1baf
--- /dev/null
+++ b/sys-auth/fprint_demo/Manifest
@@ -0,0 +1 @@
+DIST fprint_demo-0.4.tar.bz2 75986 SHA256 f071c0f3ae37365803c074fb5a544fb8cfa9fdd4ca9be9efe0488889ccb41267
diff --git a/sys-auth/fprint_demo/fprint_demo-0.4.ebuild b/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
new file mode 100644
index 000000000000..365b1a7f864a
--- /dev/null
+++ b/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=3
+
+DESCRIPTION="a simple GTK+ application to demonstrate and test libfprint's capabilities"
+HOMEPAGE="http://www.reactivated.net/fprint/wiki/Fprint_demo"
+SRC_URI="mirror://sourceforge/fprint/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-auth/libfprint
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README || die
+}
diff --git a/sys-auth/fprint_demo/metadata.xml b/sys-auth/fprint_demo/metadata.xml
new file mode 100644
index 000000000000..1bd43515355e
--- /dev/null
+++ b/sys-auth/fprint_demo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>xmw@gentoo.org</email>
+ <name>Michael Weber (xmw)</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">fprint</remote-id>
+ </upstream>
+</pkgmetadata>