scrotwm: initial release
This commit is contained in:
parent
c859cfbc97
commit
7facbecd7d
scrotwm
8
scrotwm/.footprint
Normal file
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
1
scrotwm/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8ceaf857ca6de936dcfd5f331b8f1d16 scrotwm-0.9.27.tgz
|
15
scrotwm/Pkgfile
Normal file
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user