libgpg-error: rebuild for -dbg pkgs.
This commit is contained in:
parent
ffd1555b4b
commit
549bca2797
2 changed files with 13 additions and 22 deletions
|
@ -1,17 +1,11 @@
|
|||
# Template file for 'libgpg-error-devel'.
|
||||
#
|
||||
depends="glibc-devel libgpg-error"
|
||||
depends="libgpg-error>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
noarch=yes
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/{bin,lib,share}
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/gpg-error-config ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share/aclocal ${DESTDIR}/usr/share
|
||||
do_install() {
|
||||
vmove usr/bin/gpg-error-config usr/bin
|
||||
vmove usr/include usr
|
||||
vmove usr/share/aclocal usr/share
|
||||
}
|
||||
|
|
|
@ -1,20 +1,17 @@
|
|||
# Template build file for 'libgpg-error'.
|
||||
pkgname=libgpg-error
|
||||
version=1.10
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
revision=2
|
||||
subpackages="$pkgname-devel"
|
||||
configure_args="--disable-static"
|
||||
short_desc="Library for error values used by GnuPG component"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnupg.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
|
||||
checksum=520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431
|
||||
long_desc="
|
||||
libgpg-error is a library that defines common error values for all
|
||||
GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent,
|
||||
libgcrypt, pinentry, SmartCard Daemon and possibly more in the future."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/common-lisp
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue