mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/libsieve: remove *.la
This commit is contained in:
parent
ea060d4208
commit
2836debef4
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=libsieve
|
||||
pkgver=2.2.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Sieve interpretator lib"
|
||||
url="http://libsieve.sourceforge.net/"
|
||||
arch="all"
|
||||
@ -39,6 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
|
||||
md5sums="7415e7cfe40cfc6cf43ae26efb5f0fb7 libsieve-2.2.7.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user