diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
| commit | ae4593e20cef97c7323d522b40994a59425cd6d5 (patch) | |
| tree | 7b3e8750bbbfa32e917869e325027108ee59ee85 /repos/xorg/libaio | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/libaio')
| -rw-r--r-- | repos/xorg/libaio/.files | 7 | ||||
| -rw-r--r-- | repos/xorg/libaio/abuild | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/repos/xorg/libaio/.files b/repos/xorg/libaio/.files new file mode 100644 index 00000000..ce139a0d --- /dev/null +++ b/repos/xorg/libaio/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libaio.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libaio.so -> libaio.so.1.0.2 +lrwxrwxrwx root/root usr/lib/libaio.so.1 -> libaio.so.1.0.2 +-rwxr-xr-x root/root usr/lib/libaio.so.1.0.2 diff --git a/repos/xorg/libaio/abuild b/repos/xorg/libaio/abuild new file mode 100644 index 00000000..b5113ed8 --- /dev/null +++ b/repos/xorg/libaio/abuild @@ -0,0 +1,4 @@ +name=libaio +version=0.3.113 +release=1 +source="https://pagure.io/$name/archive/$name-$version/$name-$version.tar.gz" |