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'
|
||||
pkgname=libgpg-error
|
||||
version=1.32
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for error values used by GnuPG component"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -25,6 +25,7 @@ libgpg-error-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/gpgrt-config
|
||||
vmove usr/bin/gpg-error-config
|
||||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
|
|
Loading…
Reference in a new issue