16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
# Description: A small library defining error values for GnuPG components
|
|
# URL: http://www.gnupg.org/(en)/related_software/libgpg-error/
|
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
|
|
|
name=libgpg-error
|
|
version=1.1
|
|
release=1
|
|
source=(http://mirrors.rootmode.com/ftp.gnupg.org/$name/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr --disable-nls
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|