summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu-overlay/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12.ebuild')
-rw-r--r--ubuntu-overlay/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/ubuntu-overlay/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12.ebuild b/ubuntu-overlay/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12.ebuild
new file mode 100644
index 0000000..32512c1
--- /dev/null
+++ b/ubuntu-overlay/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_PN="ubuntulooks"
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI="http://rpm.rutgers.edu/repository/ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2.8"
+RDEPEND=">=x11-libs/gtk+-2.8"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+ einstall || die "einstall failed"
+}