gnupg: drop gpgsplit, clashes with gnupg2
This commit is contained in:
parent
c98ce6a869
commit
03b8bd49ea
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnupg'
|
||||
pkgname=gnupg
|
||||
version=1.4.23
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-threads=posix --enable-noexecstack gnupg_cv_regex_broken=no"
|
||||
makedepends="bzip2-devel zlib-devel libldap-devel libcurl-devel readline-devel libusb-compat-devel"
|
||||
|
@ -19,3 +19,6 @@ post_extract() {
|
|||
i686-musl) sed -i Makefile* -e"s;checks = checks;checks =;" ;;
|
||||
esac
|
||||
}
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/gpgsplit
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue