summaryrefslogtreecommitdiff
path: root/spectrwm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-02-19 14:01:24 +0100
committerJuergen Daubert <jue@jue.li>2012-02-19 14:01:24 +0100
commit63dd052ddbebf2ffe21457af35b59848f1039073 (patch)
tree32de7f3c0a8c082bf0c3ebfac0033cd9a40c0990 /spectrwm
parentcce6926e6455853017ef202b5f5aeadf1315299d (diff)
downloadopt-63dd052ddbebf2ffe21457af35b59848f1039073.tar.gz
opt-63dd052ddbebf2ffe21457af35b59848f1039073.tar.xz
scrotwm: renamed to spectrwm
Diffstat (limited to 'spectrwm')
-rw-r--r--spectrwm/.footprint8
-rw-r--r--spectrwm/.md5sum1
-rw-r--r--spectrwm/Pkgfile15
3 files changed, 24 insertions, 0 deletions
diff --git a/spectrwm/.footprint b/spectrwm/.footprint
new file mode 100644
index 000000000..e5781ab32
--- /dev/null
+++ b/spectrwm/.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/spectrwm/.md5sum b/spectrwm/.md5sum
new file mode 100644
index 000000000..313649c0a
--- /dev/null
+++ b/spectrwm/.md5sum
@@ -0,0 +1 @@
+cf8a0ebc43d0da102db2f75037a6b5df scrotwm-0.11.0.tgz
diff --git a/spectrwm/Pkgfile b/spectrwm/Pkgfile
new file mode 100644
index 000000000..b14a6da97
--- /dev/null
+++ b/spectrwm/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-libxt xorg-libxrandr xorg-font-misc-misc xorg-font-alias
+
+name=scrotwm
+version=0.11.0
+release=1
+source=(https://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
+}

Generated by cgit