aboutsummaryrefslogtreecommitdiffstats
path: root/community/xvidcore/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-20 11:19:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-20 11:20:08 -0300
commite458ecc877490e7edc47b3af555b79c287f3b6cf (patch)
tree6dae3dfbce9770b1af0aa37aa370a9585043dbdc /community/xvidcore/APKBUILD
parentf1a8de33928a93b3b256c3e8d028ebf29381062d (diff)
downloadaports-e458ecc877490e7edc47b3af555b79c287f3b6cf.tar.bz2
aports-e458ecc877490e7edc47b3af555b79c287f3b6cf.tar.xz
community/xvidcore: enable static libraries
fixes #11236
Diffstat (limited to 'community/xvidcore/APKBUILD')
-rw-r--r--community/xvidcore/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/xvidcore/APKBUILD b/community/xvidcore/APKBUILD
index ea9cbba01d..897209afec 100644
--- a/community/xvidcore/APKBUILD
+++ b/community/xvidcore/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xvidcore
pkgver=1.3.7
-pkgrel=0
+pkgrel=1
pkgdesc="XviD is an open source MPEG-4 video codec"
url="https://www.xvid.com/"
arch="all"
options="!check" # No test suite
license="GPL-2.0-or-later"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-static $pkgname-dev"
source="https://downloads.xvid.com/downloads/xvidcore-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname/build/generic"
@@ -22,6 +22,5 @@ build() {
package() {
make DESTDIR="$pkgdir" install
- rm -f "$pkgdir"/usr/lib/*.a
}
sha512sums="e2b22e7a7e103af7adcc999d95484f991a0a33df02b912fe042b2e23d2af07381c737d23158dbf0fad770ee680572f86fbe04ab2ef33c81e2e0180ead2acc8ed xvidcore-1.3.7.tar.bz2"