summaryrefslogtreecommitdiffstats
path: root/libgpg-error/Pkgfile
blob: c8fd63ec1827f119b8a4036990858091c9b5e280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: contains a library that defines common error values for all GnuPG components
# URL: http://www.gnupg.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=libgpg-error
version=1.10
release=1
source=( ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2 )



build() {
cd $name-$version
./configure --prefix=/usr\
	--mandir=/usr/share/man\
	--infodir=/usr/share/info
make
make DESTDIR=$PKG install
}