MD5 416452bedba085c06bd2502510370e1a metadata.xml 162
-MD5 87073bd60e4173d14481ed7d257757b2 openbox-themes-0.1.ebuild 495
MD5 965cecf7080ec8c06c738b0a77b0a2ac ChangeLog 359
+MD5 318c84dd024bd6cae435d2205793563a openbox-themes-0.1.ebuild 487
MD5 47fb1e1d149ffc9f2426577fed5b31ae files/digest-openbox-themes-0.1 70
# Distributed under the terms of the GNU General Public License v2
# $Header :$
-S=${WORKDIR}/${P}
+S=${WORKDIR}/themes
DESCRIPTION="A set of themes for Openbox3."
SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://home.clara.co.uk/dpb/openbox.htm"
DEPEND=">=x11-wm/openbox-3.0_beta2"
-src_compile() {
- local myconf
- econf ${myconf} || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
+ rm ${S}/*.tar.gz
+ dodir /usr/share/openbox/themes
+ cp -a ${S}/* ${D}/usr/share/openbox/themes
}