mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/quvi: remove *.la
This commit is contained in:
parent
d6307bcbd2
commit
5cdfc2f239
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user