diff options
Diffstat (limited to 'repos/core/zlib-ng/abuild')
| -rwxr-xr-x | repos/core/zlib-ng/abuild | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/repos/core/zlib-ng/abuild b/repos/core/zlib-ng/abuild deleted file mode 100755 index 3b459703..00000000 --- a/repos/core/zlib-ng/abuild +++ /dev/null @@ -1,13 +0,0 @@ -name=zlib-ng -version=2.3.3 -release=1 -source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz - no-weird-ver.patch" -keep_static=1 - -build() { - ./configure --prefix=/usr --shared --zlib-compat - make - make DESTDIR=$PKG install -} - |