gnupg2: drop systemd-releated stuff
This commit is contained in:
parent
44a887e1d9
commit
65e305bb04
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'gnupg2'
|
||||
pkgname=gnupg2
|
||||
version=2.1.20
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="gnupg-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin
|
||||
configure_args="
|
||||
--with-libgcrypt-prefix=${XBPS_CROSS_BASE}
|
||||
--with-ksba-prefix=${XBPS_CROSS_BASE}
|
||||
--with-npth-prefix=${XBPS_CROSS_BASE}
|
||||
|
@ -24,6 +24,7 @@ checksum=24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d
|
|||
|
||||
pre_configure() {
|
||||
sed -i '/^CFLAGS_orig=/d;/^CFLAGS=$/d' configure
|
||||
sed -i '/examples\/systemd-user/d' doc/Makefile.in
|
||||
}
|
||||
post_install() {
|
||||
# remove conflicts with gnupg 1.
|
||||
|
|
Loading…
Reference in a new issue