mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libdv: remove *.la
This commit is contained in:
parent
5d7de1c6c1
commit
fda9502085
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libdv
|
||||
pkgver=1.0.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Software decoder for DV format video"
|
||||
url="http://libdv.sourceforge.net/"
|
||||
arch="all"
|
||||
@ -45,6 +45,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
tools() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user