Skip to content
Snippets Groups Projects
Commit 8fe797c2 authored by Leo's avatar Leo
Browse files

community/libdvbcsa: modernize

parent 0d3f68bc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ license="GPL"
subpackages="$pkgname-dev"
source="https://download.videolan.org/pub/videolan/libdvbcsa/$pkgver/libdvbcsa-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
......@@ -18,7 +17,6 @@ prepare() {
}
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -31,12 +29,10 @@ build() {
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment