CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
scrotwm: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Fri, 7 May 2010 19:01:55 +0000 (21:01 +0200)
committerJose V Beneyto <sepen@crux.nu>
Fri, 7 May 2010 19:01:55 +0000 (21:01 +0200)
scrotwm/.footprint [new file with mode: 0644]
scrotwm/.md5sum [new file with mode: 0644]
scrotwm/Pkgfile [new file with mode: 0644]

diff --git a/scrotwm/.footprint b/scrotwm/.footprint
new file mode 100644 (file)
index 0000000..e5781ab
--- /dev/null
@@ -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 (file)
index 0000000..a572bca
--- /dev/null
@@ -0,0 +1 @@
+7d24853051c63f8a03ff0adc92a0df35  scrotwm-0.9.23.tgz
diff --git a/scrotwm/Pkgfile b/scrotwm/Pkgfile
new file mode 100644 (file)
index 0000000..111b0f5
--- /dev/null
@@ -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
+}