summaryrefslogtreecommitdiff
path: root/qca-ossl/Pkgfile
blob: cf98aa4082d0597b5e1402345e83c716999c4908 (plain)
    1 # Description: QCA openssl plugin.
    2 # URL: http://delta.affinix.com/qca/
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: Jose V Beneyto, sepen at crux dot nu
    5 # Depends on: qca openssl
    6 
    7 name=qca-ossl
    8 version=2.0.0
    9 release=1
   10 source=(http://delta.affinix.com/download/qca/2.0/plugins/$name-$version-beta3.tar.bz2
   11 	qca-ossl-openssl-1.0.0.patch)
   12 
   13 build() {
   14 	cd $name-$version-beta3
   15 
   16 	patch -p1 -i $SRC/qca-ossl-openssl-1.0.0.patch
   17 
   18 	# non-standard configure script
   19 	./configure \
   20 		--qtdir=/usr/share/qt4 \
   21 		--release \
   22 		--no-separate-debug-info
   23 
   24 	[ "$CXX" ] || CXX=g++
   25 	make CXX="$CXX" LINK="$CXX" $MAKEFLAGS
   26 	make INSTALL_ROOT=${PKG} install
   27 }

Generated by cgit