From 7facbecd7dcf83afba504d6c9f554a663a59fa24 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 15 Nov 2010 18:31:02 +0100 Subject: [PATCH] scrotwm: initial release --- scrotwm/.footprint | 8 ++++++++ scrotwm/.md5sum | 1 + scrotwm/Pkgfile | 15 +++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 scrotwm/.footprint create mode 100644 scrotwm/.md5sum create mode 100644 scrotwm/Pkgfile diff --git a/scrotwm/.footprint b/scrotwm/.footprint new file mode 100644 index 000000000..e5781ab32 --- /dev/null +++ b/scrotwm/.footprint @@ -0,0 +1,8 @@ +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 diff --git a/scrotwm/.md5sum b/scrotwm/.md5sum new file mode 100644 index 000000000..9caafe017 --- /dev/null +++ b/scrotwm/.md5sum @@ -0,0 +1 @@ +8ceaf857ca6de936dcfd5f331b8f1d16 scrotwm-0.9.27.tgz diff --git a/scrotwm/Pkgfile b/scrotwm/Pkgfile new file mode 100644 index 000000000..29cef7689 --- /dev/null +++ b/scrotwm/Pkgfile @@ -0,0 +1,15 @@ +# Description: Minimalistic tiling window manager +# URL: http://www.peereboom.us/scrotwm/html/scrotwm.html +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: xorg-libxrandr xorg-font-misc-misc xorg-font-alias + +name=scrotwm +version=0.9.27 +release=1 +source=(http://opensource.conformal.com/snapshots/$name/$name-$version.tgz) + +build () { + cd $name-$version/linux + make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install + rm $PKG/usr/man/man1/scrotwm_*.1 +}