diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:51:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-01 09:51:38 +0000 |
commit | 5878261153871d7492b30d7474b3c8f8d2ef3d2c (patch) | |
tree | 09542b9c2b04e54f5a4e8d2de268cb309f843a2a /main/aspell | |
parent | 8e6bb6edef5294bca1465c7566d781f2ff68f690 (diff) | |
download | aports-5878261153871d7492b30d7474b3c8f8d2ef3d2c.tar.bz2 aports-5878261153871d7492b30d7474b3c8f8d2ef3d2c.tar.xz |
main/aspell: remove *.la
Diffstat (limited to 'main/aspell')
-rw-r--r-- | main/aspell/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD index e2eafd553a..5ef3d24967 100644 --- a/main/aspell/APKBUILD +++ b/main/aspell/APKBUILD @@ -2,7 +2,7 @@ pkgname=aspell pkgver=0.60.6 _pkgmajorver=${pkgver%.*} -pkgrel=4 +pkgrel=5 pkgdesc="A spell checker designed to eventually replace Ispell" url="http://aspell.net/" arch="all" @@ -27,6 +27,8 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/aspell*/*.la \ + "$pkgdir"/usr/lib/*.la || return 1 ln -s $pkgname-${_pkgmajorver} "$pkgdir"/usr/lib/$pkgname || return 1 } md5sums="bc80f0198773d5c05086522be67334eb aspell-0.60.6.tar.gz |