From 37a16ee5ca054f4f667635301ec3ea214247bb1b Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 1 Oct 2022 12:50:52 +0000 Subject: feat: Remove seafile This project has been a pain to compile, and the documentation is quite lacking, so for now I'm gonna stick with Nextcloud. --- libsearpc/APKBUILD | 55 ------------------------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 libsearpc/APKBUILD (limited to 'libsearpc') diff --git a/libsearpc/APKBUILD b/libsearpc/APKBUILD deleted file mode 100644 index 9ab7120..0000000 --- a/libsearpc/APKBUILD +++ /dev/null @@ -1,55 +0,0 @@ -# Contributor: -# Maintainer: Natanael Copa -pkgname=libsearpc -pkgver=3.1 -pkgrel=0 -pkgdesc="A simple and easy-to-use C language RPC framework" -url="https://github.com/haiwen/libsearpc/" -arch="all" -license="LGPL2.1" -makedepends="autoconf automake bash glib-dev jansson-dev libtool python3-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/haiwen/libsearpc/archive/v3.1-latest.tar.gz" -subpackages="$pkgname-dev py-$pkgname:py" - -_builddir="${srcdir}"/${pkgname}-3.1-latest - -prepare() { - local pf - cd "${_builddir}" - for pf in $source; do - case $pf in - *.patch) msg $pf; patch -p1 -i "$srcdir"/${pf} || return 1;; - esac - done -} - -build() { - cd "${_builddir}" - ./autogen.sh - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make || return 1 -} - -package() { - cd "${_builddir}" - make DESTDIR="${pkgdir}" install || return 1 - rm "${pkgdir}"/usr/lib/libsearpc.la - echo ${pkgdir}/usr/lib/pkgconfig/libsearpc.pc - sed -i -e 's/(DESTDIR)//' "${pkgdir}"/usr/lib/pkgconfig/libsearpc.pc - sed -i -e 's/prefix=.*/prefix=\/usr/' "${pkgdir}"/usr/lib/pkgconfig/libsearpc.pc -} - -py() { - arch="noarch" - cd "$_builddir" - pkgdesc="$pkgname python bindings" - install -d "$subpkgdir"/usr/lib - mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ -} -sha512sums=" -4dfb14601819c634078f7bd538da13e70d6c714297c777bd2af07521d8fefd6c71a0f00bf135349f2efb3e809a27500b459af727471915bd47d8b351e069e120 libsearpc-3.1.tar.gz -" -- cgit v1.2.3