mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libgpg-error: move gpgrt-config to -devel pkg
This commit is contained in:
parent
64251ca452
commit
04bf20c41b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgpg-error'
|
# Template file for 'libgpg-error'
|
||||||
pkgname=libgpg-error
|
pkgname=libgpg-error
|
||||||
version=1.32
|
version=1.32
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library for error values used by GnuPG component"
|
short_desc="Library for error values used by GnuPG component"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -25,6 +25,7 @@ libgpg-error-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/bin/gpgrt-config
|
||||||
vmove usr/bin/gpg-error-config
|
vmove usr/bin/gpg-error-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
|
|
Loading…
Add table
Reference in a new issue