diff options
author | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
commit | 739c65c54cb0e957df5e9b76f93fb02554e5cac3 (patch) | |
tree | 09ddfa0a342f3ea9de136cb50abdd79821bf1b53 /repo/system/libtirpc.xibuild | |
parent | 4c585ad54388285500fd18a6aaa516894e0f2c16 (diff) |
moved everything to new file formatting
Diffstat (limited to 'repo/system/libtirpc.xibuild')
-rw-r--r-- | repo/system/libtirpc.xibuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/repo/system/libtirpc.xibuild b/repo/system/libtirpc.xibuild deleted file mode 100644 index ec4f3b9..0000000 --- a/repo/system/libtirpc.xibuild +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make queue-standalone" -DEPS="krb5" - -PKG_VER=1.3.2 -SOURCE=https://downloads.sourceforge.net/libtirpc/libtirpc-$PKG_VER.tar.bz2 -DESC="Transport Independent RPC library (SunRPC replacement)" - -ADDITIONAL=" -https://git.alpinelinux.org/aports/plain/main/libtirpc/soname-suffix.patch -" - -prepare () { - apply_patches - autoreconf -fi -} - -build () { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |