aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authortmpfile <tmpfile@users.noreply.github.com>2017-05-13 13:09:37 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-06 20:10:24 +0000
commit2e11f0ee66839e353bd164285bd0d514fc791431 (patch)
tree71fbcc46c235fa0804d351f44f2827244b5c2d48 /main
parentf612abcfbb3a54bbc91525a6fc0e498775c11461 (diff)
downloadaports-2e11f0ee66839e353bd164285bd0d514fc791431.tar.bz2
aports-2e11f0ee66839e353bd164285bd0d514fc791431.tar.xz
main/x265: modernize abuild
Diffstat (limited to 'main')
-rw-r--r--main/x265/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/x265/APKBUILD b/main/x265/APKBUILD
index a0a16572c0..8ecb316542 100644
--- a/main/x265/APKBUILD
+++ b/main/x265/APKBUILD
@@ -7,7 +7,6 @@ pkgdesc="Open Source H265/HEVC video encoder"
url="https://bitbucket.org/multicoreware/x265"
arch="all"
license="GPL"
-depends=""
makedepends="$depends_dev cmake yasm"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/multicoreware/$pkgname/downloads/${pkgname}_${pkgver}.tar.gz"
@@ -28,7 +27,7 @@ build() {
package() {
cd "$builddir"/build/linux
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}
sha512sums="40d0e57104839454226cdba928806c12e533eade391a89e9587e1f9c11b8fd70cc54d20136a09a1127784fe7799c80425617280076b29e1a1ffff7ce44f07dbe x265-2.4.tar.gz"