From 0c1fcadd6793dce7b867eb3bde5328193a639c07 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 7 May 2010 21:01:55 +0200 Subject: [PATCH] scrotwm: initial import (verified compilation) --- scrotwm/.footprint | 8 ++++++++ scrotwm/.md5sum | 1 + scrotwm/Pkgfile | 17 +++++++++++++++++ 3 files changed, 26 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 0000000..e5781ab --- /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 0000000..a572bca --- /dev/null +++ b/scrotwm/.md5sum @@ -0,0 +1 @@ +7d24853051c63f8a03ff0adc92a0df35 scrotwm-0.9.23.tgz diff --git a/scrotwm/Pkgfile b/scrotwm/Pkgfile new file mode 100644 index 0000000..111b0f5 --- /dev/null +++ b/scrotwm/Pkgfile @@ -0,0 +1,17 @@ +# 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 +} -- 2.26.2