--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/scrotwm
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libswmhack.so.0.0
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/scrotwm.1.gz
--- /dev/null
+# Description: Minimalistic tiling window manager
+# URL: http://www.peereboom.us/scrotwm/html/scrotwm.html
+# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: xorg-libxrandr xorg-font-misc-misc xorg-font-alias
+
+name=scrotwm
+version=0.9.23
+release=1
+source=(http://scrotwm.org/snapshot/$name-$version.tgz)
+
+build () {
+ cd $name-$version/linux
+ make CC="$CC $CFLAGS" PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
+ rm -f $PKG/usr/man/man1/scrotwm_*.1
+}