summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-03-17 14:05:18 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-03-17 14:05:18 +0000
commit954839e3155fc9dce8b4cf4c70e9791940826416 (patch)
tree2061319677e399f5fc2db15a2eb29e96c2c0e2a8 /x11-misc/chgres/chgres-0.1.ebuild
parentUpdate digest (diff)
downloadgentoo-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.ebuild20
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
+}