| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r2.ebuild,v 1.8 2012/08/27 17:19:58 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r2.ebuild,v 1.9 2013/01/21 01:33:17 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils toolchain-funcs autotools |
7 | inherit eutils toolchain-funcs autotools |
| 8 | |
8 | |
| … | |
… | |
| 12 | SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2 |
12 | SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2 |
| 13 | mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" |
13 | mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" |
| 14 | |
14 | |
| 15 | LICENSE="LGPL-2" |
15 | LICENSE="LGPL-2" |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86" |
17 | KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86" |
| 18 | IUSE="" |
18 | IUSE="" |
| 19 | #extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" |
19 | #extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" |
| 20 | |
20 | |
| 21 | src_prepare() { |
21 | src_prepare() { |
| 22 | # patches come from buildroot + openembedded + suse |
22 | # patches come from buildroot + openembedded + suse |