diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 17:59:04 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 17:59:04 -0500 |
commit | e7d2370022d712b6f27bc0e5079003a780f66d4f (patch) | |
tree | ceff8e16ae930d46ad1b1ec30da552e799f981dc /main/libical | |
parent | a0c1f48eae48301430f239d4b1f44e3da2fc464e (diff) | |
download | aports-e7d2370022d712b6f27bc0e5079003a780f66d4f.tar.bz2 aports-e7d2370022d712b6f27bc0e5079003a780f66d4f.tar.xz |
main/libical: remove *.la files
Diffstat (limited to 'main/libical')
-rw-r--r-- | main/libical/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/libical/APKBUILD b/main/libical/APKBUILD index be797606a4..f0cb1c2dfb 100644 --- a/main/libical/APKBUILD +++ b/main/libical/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libical pkgver=0.46 -pkgrel=1 +pkgrel=2 pkgdesc="An open source reference implementation of the icalendar data type and serialization format" url="http://sourceforge.net/projects/freeassociation/" arch="all" @@ -29,5 +29,7 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make -j1 DESTDIR="$pkgdir" install + rm "$pkgdir"/usr/lib/*.la } + md5sums="9c08f88945bfd5d0791d102e4aa4125c libical-0.46.tar.gz" |