diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-22 16:46:54 +0800 |
| commit | 5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb (patch) | |
| tree | f1fe27b5a2945c9d83d4e60fbca8c32e3f4881d7 /repos/xorg/tinywm | |
| parent | 66196c82a820c3d13c833f4c626afad1dacbfc75 (diff) | |
| download | alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.tar.gz alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.zip | |
dropped xorg
Diffstat (limited to 'repos/xorg/tinywm')
| -rw-r--r-- | repos/xorg/tinywm/.checksum | 1 | ||||
| -rw-r--r-- | repos/xorg/tinywm/.files | 3 | ||||
| -rw-r--r-- | repos/xorg/tinywm/abuild | 10 | ||||
| -rw-r--r-- | repos/xorg/tinywm/depends | 1 |
4 files changed, 0 insertions, 15 deletions
diff --git a/repos/xorg/tinywm/.checksum b/repos/xorg/tinywm/.checksum deleted file mode 100644 index ef11fa5e..00000000 --- a/repos/xorg/tinywm/.checksum +++ /dev/null @@ -1 +0,0 @@ -a262f67b2f367bc7b1827f24503cc508f3f5d7312588c11be1eb3676407410e4 tinywm-1.3.tgz diff --git a/repos/xorg/tinywm/.files b/repos/xorg/tinywm/.files deleted file mode 100644 index 4a7a05d4..00000000 --- a/repos/xorg/tinywm/.files +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 52de5e80..00000000 --- a/repos/xorg/tinywm/abuild +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index ffb6e81d..00000000 --- a/repos/xorg/tinywm/depends +++ /dev/null @@ -1 +0,0 @@ -libx11 |