make it actually work
authorBrandon Hale <tseng@gentoo.org>
Wed, 10 Sep 2003 00:47:42 +0000 (00:47 +0000)
committerBrandon Hale <tseng@gentoo.org>
Wed, 10 Sep 2003 00:47:42 +0000 (00:47 +0000)
x11-themes/openbox-themes/Manifest
x11-themes/openbox-themes/files/digest-openbox-themes-0.1 [new file with mode: 0644]
x11-themes/openbox-themes/openbox-themes-0.1.ebuild

index f9670925e451b26f5b11f273e4a5ad105057759b..8bceb93cc0380679e57433346c24c6e87e48534e 100644 (file)
@@ -1,4 +1,4 @@
 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
diff --git a/x11-themes/openbox-themes/files/digest-openbox-themes-0.1 b/x11-themes/openbox-themes/files/digest-openbox-themes-0.1
new file mode 100644 (file)
index 0000000..ca2d472
--- /dev/null
@@ -0,0 +1 @@
+MD5 a74bc4501cc43397679036eea47e5554 openbox-themes-0.1.tar.gz 109574
index f31911da914dc91d677e7f4a164ebe48bf07ca57..458f02c02884bdcf0360f3c96475808f3ef1e011 100644 (file)
@@ -2,7 +2,7 @@
 # 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"
@@ -13,12 +13,8 @@ SLOT="0"
 
 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
 }