summaryrefslogtreecommitdiffstats
path: root/extra/libksba/Pkgfile
blob: a6897554c9624829fc4c69517275f50ebba16e0f (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 used to make X.509 certificates as well as making the CMS (Cryptographic Message Syntax)
# URL: http://ftp.gnupg.org/gcrypt/libksba
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgcrypt
# Run on:

name=libksba
version=1.0.8
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
rm $PKG/usr/share/info/dir
}