1
0
forked from ports/opt

scrotwm: initial release

This commit is contained in:
Juergen Daubert 2010-11-15 18:31:02 +01:00
parent c859cfbc97
commit 7facbecd7d
3 changed files with 24 additions and 0 deletions

8
scrotwm/.footprint Normal file

@ -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

1
scrotwm/.md5sum Normal file

@ -0,0 +1 @@
8ceaf857ca6de936dcfd5f331b8f1d16 scrotwm-0.9.27.tgz

15
scrotwm/Pkgfile Normal file

@ -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
}