aboutsummaryrefslogtreecommitdiffstats
path: root/testing/toxcore
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-05 15:51:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 15:51:25 -0300
commit52e462a4c9003c41e5a4b098031f4a118e6934f9 (patch)
treef08ae0e8a97a812a00efa63e15b064955647904f /testing/toxcore
parent65b5af848a7c577d4da74d837bfc271012b5b033 (diff)
downloadaports-52e462a4c9003c41e5a4b098031f4a118e6934f9.tar.bz2
aports-52e462a4c9003c41e5a4b098031f4a118e6934f9.tar.xz
testing/toxcore: remove static libraries
Diffstat (limited to 'testing/toxcore')
-rw-r--r--testing/toxcore/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/toxcore/APKBUILD b/testing/toxcore/APKBUILD
index 2290bcb474..60e6c99444 100644
--- a/testing/toxcore/APKBUILD
+++ b/testing/toxcore/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Sieber <mail@strfry.org>
pkgname=toxcore
pkgver=0.2.9
-pkgrel=0
+pkgrel=1
pkgdesc="Tox communication project - Core Library"
url="https://tox.chat/"
arch="all"
@@ -30,6 +30,7 @@ check() {
package() {
make DESTDIR="$pkgdir" install
+ rm -f "$pkgdir"/usr/lib/*.a
}
sha512sums="917826a906a9ca4f04f34494616b8e36ec9e74c6b0709c50e8fe2dd9da680d170013fef242a3fe1b834e8e54cd2dde6be1c14e5d977f8531436ef34280bc3966 toxcore-0.2.9.tar.gz"