blob: 3ffb449db1bd7b88a5c5904fdb683094da9d1140 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset-df/transset-df-6.ebuild,v 1.3 2008/01/09 15:26:28 angelos Exp $
DESCRIPTION="a patched version of xorg's transset"
HOMEPAGE="http://forchheimer.se/transset-df/"
SRC_URI="http://forchheimer.se/${PN}/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXfixes
x11-libs/libXrender"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x11-proto/xproto"
src_install() {
dobin transset-df
dodoc ChangeLog README
}
|