milis/talimatname/genel/libgpg-error/talimat

21 lines
463 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Tüm GnuPG bileşenleri için ortak hata değerlerini tanımlayan bir kitaplık içerir
# URL: http://www.gnupg.org
# Packager: milisarge
# Depends on:
name=libgpg-error
version=1.21
release=1
source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -v -m644 -D README \
$PKG/usr/share/doc/$name-$version/README
rm -f $PKG/usr/share/info/dir
}