summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/turl/turl-0.1.ebuild')
-rw-r--r--www-misc/turl/turl-0.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/www-misc/turl/turl-0.1.ebuild b/www-misc/turl/turl-0.1.ebuild
new file mode 100644
index 000000000..d4abc9940
--- /dev/null
+++ b/www-misc/turl/turl-0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="a command-line interface to http://metamark.net/"
+HOMEPAGE="http://ndansmith.net/turl.php"
+SRC_URI="http://ndansmith.net/software/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"