summaryrefslogtreecommitdiff
path: root/user/libdca
diff options
context:
space:
mode:
Diffstat (limited to 'user/libdca')
-rw-r--r--user/libdca/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/user/libdca/APKBUILD b/user/libdca/APKBUILD
index 6ee2be1d5..aa4925405 100644
--- a/user/libdca/APKBUILD
+++ b/user/libdca/APKBUILD
@@ -8,11 +8,11 @@ url="https://www.videolan.org/developers/libdca.html"
arch="all"
license="GPL-2.0+"
depends=""
+makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.videolan.org/pub/videolan/libdca/$pkgver/libdca-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,12 +24,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}