mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-09 20:10:30 +00:00
added cwm
This commit is contained in:
1
core/cwm/.checksums
Executable file
1
core/cwm/.checksums
Executable file
@@ -0,0 +1 @@
|
||||
3d6f20f90d6a05f3628b82625f1c3e77 v6.7.tar.gz
|
||||
10
core/cwm/.pkgfiles
Executable file
10
core/cwm/.pkgfiles
Executable file
@@ -0,0 +1,10 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/local/
|
||||
drwxr-xr-x root/root usr/local/bin/
|
||||
-rwxr-xr-x root/root usr/local/bin/cwm
|
||||
drwxr-xr-x root/root usr/local/share/
|
||||
drwxr-xr-x root/root usr/local/share/man/
|
||||
drwxr-xr-x root/root usr/local/share/man/man1/
|
||||
-rw-r--r-- root/root usr/local/share/man/man1/cwm.1.gz
|
||||
drwxr-xr-x root/root usr/local/share/man/man5/
|
||||
-rw-r--r-- root/root usr/local/share/man/man5/cwmrc.5.gz
|
||||
15
core/cwm/spkgbuild
Executable file
15
core/cwm/spkgbuild
Executable file
@@ -0,0 +1,15 @@
|
||||
# description : Linux port of the OpenBSD window manager
|
||||
# depends : pkg-config libx11 libxft xrandr
|
||||
|
||||
name=cwm
|
||||
version=6.7
|
||||
release=1
|
||||
options=""
|
||||
noextract=""
|
||||
backup=""
|
||||
source="https://github.com/leahneukirchen/$name/archive/v$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
Reference in New Issue
Block a user