diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-03 12:32:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-11-03 12:32:49 +0000 |
commit | 88b04f368daeef19005297ac3da6577040958e17 (patch) | |
tree | ab9be31f505f7011c1ee0068ca1aed8cff40bcb6 /testing/gpgme | |
parent | 8545e24d9ba6ed34116524293ccc6b41ff18c0ac (diff) | |
download | aports-88b04f368daeef19005297ac3da6577040958e17.tar.bz2 aports-88b04f368daeef19005297ac3da6577040958e17.tar.xz |
testing/gpgme: remove *.la
Diffstat (limited to 'testing/gpgme')
-rw-r--r-- | testing/gpgme/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/gpgme/APKBUILD b/testing/gpgme/APKBUILD index 990d26397..b7549db48 100644 --- a/testing/gpgme/APKBUILD +++ b/testing/gpgme/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gpgme pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="gnupg made easy" url="http://www.gnupg.org/related_software/gpgme/" arch="all" @@ -39,6 +39,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="4784e3c6086c9c25e9a1b4d9f7c5aa96 gpgme-1.3.0.tar.bz2" |