diff --git a/qca/.footprint b/qca/.footprint new file mode 100644 index 000000000..94dafa31b --- /dev/null +++ b/qca/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/qca.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libqca.so -> libqca.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libqca.so.1 -> libqca.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libqca.so.1.0 -> libqca.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libqca.so.1.0.0 diff --git a/qca/.md5sum b/qca/.md5sum new file mode 100644 index 000000000..31a562a86 --- /dev/null +++ b/qca/.md5sum @@ -0,0 +1 @@ +ee44022eb0e5b8b5df64c62630f6e6b6 qca-1.0.tar.bz2 diff --git a/qca/Pkgfile b/qca/Pkgfile new file mode 100644 index 000000000..ac6546fea --- /dev/null +++ b/qca/Pkgfile @@ -0,0 +1,18 @@ +# Description: QCA aims to provide a straightforward and cross-platform crypto API, using Qt. +# URL: http://delta.affinix.com/qca/ +# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es +# Packager: Jose V Beneyto, joberui at ei dot upv dot es +# Depends on: qt3 + +name=qca +version=1.0 +release=1 +source=(http://delta.affinix.com/download/${name}/${name}-${version}.tar.bz2) + +build() { + cd ${name}-${version} + ./configure --prefix=/usr \ + --qtdir=/usr/share/qt + make + make INSTALL_ROOT=${PKG} install +}