diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-03-17 14:05:18 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-03-17 14:05:18 +0000 |
commit | 954839e3155fc9dce8b4cf4c70e9791940826416 (patch) | |
tree | 2061319677e399f5fc2db15a2eb29e96c2c0e2a8 /x11-misc/chgres/chgres-0.1.ebuild | |
parent | Update digest (diff) | |
download | gentoo-2-954839e3155fc9dce8b4cf4c70e9791940826416.tar.gz gentoo-2-954839e3155fc9dce8b4cf4c70e9791940826416.tar.bz2 gentoo-2-954839e3155fc9dce8b4cf4c70e9791940826416.zip |
new package
Diffstat (limited to 'x11-misc/chgres/chgres-0.1.ebuild')
-rw-r--r-- | x11-misc/chgres/chgres-0.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/chgres/chgres-0.1.ebuild b/x11-misc/chgres/chgres-0.1.ebuild new file mode 100644 index 000000000000..a4b2b33b30ca --- /dev/null +++ b/x11-misc/chgres/chgres-0.1.ebuild @@ -0,0 +1,20 @@ +IUSE="" +DESCRIPTION="A very simple command line utility for changing X resolutions" +HOMEPAGE="http://hpwww.ec-lyon.fr/~vincent/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +SRC_URI="http://hpwww.ec-lyon.fr/~vincent/${P}.tar.gz" + +DEPEND="x11-base/xfree" + +src_compile() { + emake || die +} + +src_install() { + exeinto /usr/bin + doexe chgres + dodoc README +} |