diff options
Diffstat (limited to 'repos/xorg')
| -rw-r--r-- | repos/xorg/tinywm/.files | 3 | ||||
| -rw-r--r-- | repos/xorg/tinywm/abuild | 10 | ||||
| -rw-r--r-- | repos/xorg/tinywm/depends | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/repos/xorg/tinywm/.files b/repos/xorg/tinywm/.files new file mode 100644 index 00000000..4a7a05d4 --- /dev/null +++ b/repos/xorg/tinywm/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/tinywm diff --git a/repos/xorg/tinywm/abuild b/repos/xorg/tinywm/abuild new file mode 100644 index 00000000..52de5e80 --- /dev/null +++ b/repos/xorg/tinywm/abuild @@ -0,0 +1,10 @@ +name=tinywm +version=1.3 +release=1 +source="http://incise.org/files/dev/${name}-${version}.tgz" + +build() { + make PREFIX=/usr + mkdir -p $PKG/usr/bin + install -m755 $name $PKG/usr/bin/$name +} diff --git a/repos/xorg/tinywm/depends b/repos/xorg/tinywm/depends new file mode 100644 index 00000000..ffb6e81d --- /dev/null +++ b/repos/xorg/tinywm/depends @@ -0,0 +1 @@ +libx11 |