# Copyright 2008-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils toolchain-funcs autotools subversion flag-o-matic DESCRIPTION="Touchscreen Access Library" IUSE="" #extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" DEPEND="" RDEPEND="" HOMEPAGE="http://tslib.berlios.de/" ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/tslib/trunk/${PN}" SLOT="0" LICENSE="LGPL-2" src_unpack() { subversion_src_unpack cd "${S}" eautoreconf } src_compile() { append-flags -D_FORTIFY_SOURCE=0 econf --disable-debug || die "Configure failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS NEWS README }