diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-03 20:26:33 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-03 20:26:33 +0000 |
commit | 83794ba00760024b581fca215962aa577d23b8d2 (patch) | |
tree | 0634fa1c42fa0fb235768a3face1103c545be23f /gtk-engines | |
parent | 7498148b7807ad3b1c13cbef08b8649b7db55df5 (diff) |
correct gtk-smooth-engine SRC_URI
BKrev: 41b0cbf9Gq3Kfmg4e2hZt5kQkW72Eg
Diffstat (limited to 'gtk-engines')
-rw-r--r-- | gtk-engines/gtk-smooth-engine_0.5.8.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk-engines/gtk-smooth-engine_0.5.8.oe b/gtk-engines/gtk-smooth-engine_0.5.8.oe index e69de29bb2..524fde3a52 100644 --- a/gtk-engines/gtk-smooth-engine_0.5.8.oe +++ b/gtk-engines/gtk-smooth-engine_0.5.8.oe @@ -0,0 +1,11 @@ +PR = "r0" +SECTION = "x11/base" +DESCRIPTION = "GTK theme engine Smooth" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" +DEPENDS = "gtk+" + +FILES_${PN} = "${libdir}/gtk-2.0/2.4.0/engines/libsmooth.so" + +SRC_URI = "${SOURCEFORGE_MIRROR}/smooth-engine/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig |