summaryrefslogtreecommitdiff
path: root/qca-tls/Pkgfile
blob: da6e5ceb26ee4a6dde378f1b855101bdc22d4fcb (plain)
    1 # Description:	TLS plugin for the Qt Crypto API
    2 # URL:	http://delta.affinix.com/qca/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 # Depends on:	qca, openssl
    5 
    6 name=qca-tls
    7 version=1.0
    8 release=1
    9 source=(http://delta.affinix.com/download/qca/$name-$version.tar.bz2 qca-fix.patch)
   10 
   11 build() {
   12 	cd ${name}-${version}
   13 	patch -p1 < $SRC/qca-fix.patch
   14 	./configure
   15 	make
   16 	install -m 755 -D libqca-tls.so $PKG/usr/lib/qt/crypto/libqca-tls.so
   17 }

Generated by cgit