diff --git a/core/cwm/.checksums b/core/cwm/.checksums new file mode 100755 index 000000000..2bcac1bd5 --- /dev/null +++ b/core/cwm/.checksums @@ -0,0 +1 @@ +3d6f20f90d6a05f3628b82625f1c3e77 v6.7.tar.gz diff --git a/core/cwm/.pkgfiles b/core/cwm/.pkgfiles new file mode 100755 index 000000000..09a3805e2 --- /dev/null +++ b/core/cwm/.pkgfiles @@ -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 diff --git a/core/cwm/spkgbuild b/core/cwm/spkgbuild new file mode 100755 index 000000000..8c710dbaf --- /dev/null +++ b/core/cwm/spkgbuild @@ -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 +}