aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-11-02 14:48:35 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-11-02 14:48:52 +0000
commitd17c5fb6150ebf82f9b4277dce4129b085bcb48b (patch)
tree6ce910cf18f0616624a70700c8c10fd93e00fed5 /testing
parent7ea1dc07c118eb8cdd0872572634780c024e1a21 (diff)
downloadaports-d17c5fb6150ebf82f9b4277dce4129b085bcb48b.tar.bz2
aports-d17c5fb6150ebf82f9b4277dce4129b085bcb48b.tar.xz
testing/owncloud-client: remove
Deprecated in favour of nextcloud-client
Diffstat (limited to 'testing')
-rw-r--r--testing/owncloud-client/APKBUILD39
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/owncloud-client/APKBUILD b/testing/owncloud-client/APKBUILD
deleted file mode 100644
index d94db9373c..0000000000
--- a/testing/owncloud-client/APKBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
-pkgname=owncloud-client
-pkgver=2.3.3
-pkgrel=0
-pkgdesc="ownCloud Desktop Client"
-url="https://github.com/owncloud/client"
-arch="all"
-license="GPL2"
-depends=
-depends_dev=
-makedepends="$depends_dev cmake qt5-qttools-dev qt5-qtwebkit-dev
- qt5-qtkeychain-dev"
-install=
-subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/owncloud/client/archive/v$pkgver.tar.gz"
-
-builddir="$srcdir"/client-$pkgver
-
-build() {
- cd "$builddir"
- cmake \
- -DCMAKE_BUILD_TYPE="Release" \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
- make all || return 1
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-
- # remove the 2 lines below (and this) if there is no init.d script
- # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
- # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
-}
-
-sha512sums="f037987307cc0f66e7135114557b91bfae7e66ab9b3cf97d7b4f3a28de53fe651ae306a27fe01d14d6505da55eddb540b4e8ec2636c4b25f628da8d873ed2b0e owncloud-client-2.3.3.tar.gz"