summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-09 17:46:20 +0000
committerMike Frysinger <vapier@gentoo.org>2009-05-09 17:46:20 +0000
commitcc55fd19db05ecc325c6dd98ca7d97152f1109d5 (patch)
treefc8d2b19ef4c0628e954f49c9ea568648686f0e2 /x11-libs/tslib
parentStable for HPPA (bug #268515). (diff)
downloadgentoo-2-cc55fd19db05ecc325c6dd98ca7d97152f1109d5.tar.gz
gentoo-2-cc55fd19db05ecc325c6dd98ca7d97152f1109d5.tar.bz2
gentoo-2-cc55fd19db05ecc325c6dd98ca7d97152f1109d5.zip
old
Diffstat (limited to 'x11-libs/tslib')
-rw-r--r--x11-libs/tslib/tslib-1.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-libs/tslib/tslib-1.0.ebuild b/x11-libs/tslib/tslib-1.0.ebuild
deleted file mode 100644
index 4fd13319298e..000000000000
--- a/x11-libs/tslib/tslib-1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2008-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0.ebuild,v 1.3 2008/10/26 17:31:57 solar Exp $
-
-inherit eutils toolchain-funcs autotools
-
-DESCRIPTION="Touchscreen Access Library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-#extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00"
-DEPEND=""
-RDEPEND=""
-HOMEPAGE="http://tslib.berlios.de/"
-SRC_URI="mirror://gentoo/${PN}-${PV}-patches-1.tar.bz2 mirror://berlios/${PN}/${PN}-${PV}.tar.bz2"
-SLOT="0"
-LICENSE="LGPL-2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # patches come from buildroot + openembedded + suse
- epatch "${WORKDIR}"/patches/*.patch
- eautoreconf
-}
-
-src_compile() {
- # compile everything. INSTALL_MASK= what you don't want.
- econf --enable-linear --enable-dejitter \
- --enable-variance --enable-pthres \
- --enable-input --enable-shared \
- --enable-arctic2 --enable-collie \
- --enable-corgi --enable-h3600 \
- --enable-linear-h2200 --enable-mk712 \
- --enable-ucb1x00 --disable-debug || die "Configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README
-}