summaryrefslogtreecommitdiffstats
path: root/qca/Pkgfile
blob: 12b43b01f8dca71aa94aac0fefb03b8c35504d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Qt Cryptographic Architecture
# URL: http://delta.affinix.com/qca/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: qt, ca-certificates
# Run on: qt,ca-certificates

name=qca
version=2.0.3
release=2
source=(http://delta.affinix.com/download/$name/2.0/$name-$version.tar.bz2)

build() {
	cd $name-$version 
	./configure --prefix=/usr
	make
	make INSTALL_ROOT=$PKG install
	rm -f $(find $PKG -name '*.debug') $(find $PKG -name 'README')
}