diff options
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 |