testing/quvi: remove *.la

This commit is contained in:
Natanael Copa 2011-06-29 09:47:31 +00:00
parent d6307bcbd2
commit 5cdfc2f239

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=quvi
pkgver=0.2.15
pkgrel=0
pkgrel=1
pkgdesc="Command line tool for parsing video download links"
url="http://quvi.sourceforge.net/"
arch="all"
@ -39,6 +39,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
}
md5sums="7cda6c6593c1281e89d91de3b0bed284 quvi-0.2.15.tar.gz"