main/libdv: remove *.la

This commit is contained in:
Natanael Copa 2011-06-29 15:01:51 +00:00
parent 5d7de1c6c1
commit fda9502085

View File

@ -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() {