--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/gtk-2.0/
+drwxr-xr-x root/root usr/lib/gtk-2.0/2.4.0/
+drwxr-xr-x root/root usr/lib/gtk-2.0/2.4.0/engines/
+-rwxr-xr-x root/root usr/lib/gtk-2.0/2.4.0/engines/libmgicchikn.la
+-rwxr-xr-x root/root usr/lib/gtk-2.0/2.4.0/engines/libmgicchikn.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/themes/
+drwxr-xr-x root/root usr/share/themes/CortlandChicken/
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/README
+drwxr-xr-x root/root usr/share/themes/CortlandChicken/gtk-2.0/
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/gtk-2.0/check-in.png
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/gtk-2.0/check-out.png
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/gtk-2.0/gtkrc
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/gtk-2.0/radio-both.png
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/gtk-2.0/radio-in.png
+-rw-r--r-- root/root usr/share/themes/CortlandChicken/gtk-2.0/radio-out.png
+drwxr-xr-x root/root usr/share/themes/MagicChicken/
+-rw-r--r-- root/root usr/share/themes/MagicChicken/README
+drwxr-xr-x root/root usr/share/themes/MagicChicken/gtk-2.0/
+-rw-r--r-- root/root usr/share/themes/MagicChicken/gtk-2.0/gtkrc
+drwxr-xr-x root/root usr/share/themes/OkayishChicken/
+-rw-r--r-- root/root usr/share/themes/OkayishChicken/README
+drwxr-xr-x root/root usr/share/themes/OkayishChicken/gtk-2.0/
+-rw-r--r-- root/root usr/share/themes/OkayishChicken/gtk-2.0/gtkrc
--- /dev/null
+# Description: Magic Chicken engine and themes for GTK
+# URL: N/A
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: gtk-engines
+
+name=gtk-engines-magicchicken
+version=1.1.1
+release=1
+source=(ftp://ftp.code-monkey.de/pub/$name/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}