diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
| commit | 239ced844ea434e623686094af3de168f90e4391 (patch) | |
| tree | 541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/core/zlib | |
| parent | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff) | |
| download | alicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz alicelinux-239ced844ea434e623686094af3de168f90e4391.zip | |
repos updated
Diffstat (limited to 'repos/core/zlib')
| -rw-r--r-- | repos/core/zlib/abuild (renamed from repos/core/zlib/info) | 6 | ||||
| -rw-r--r-- | repos/core/zlib/build | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/repos/core/zlib/info b/repos/core/zlib/abuild index 2190f832..d0a08003 100644 --- a/repos/core/zlib/info +++ b/repos/core/zlib/abuild @@ -2,3 +2,9 @@ name=zlib version=1.3.1 release=1 source="https://$name.net/$name-$version.tar.xz" + +build() { + ./configure --prefix=/usr --localstatedir=/var + make + make install +} diff --git a/repos/core/zlib/build b/repos/core/zlib/build deleted file mode 100644 index 21e2063e..00000000 --- a/repos/core/zlib/build +++ /dev/null @@ -1,3 +0,0 @@ -./configure --prefix=/usr --localstatedir=/var -make -make install |