qca: Initial commit.
This commit is contained in:
parent
399782589b
commit
2827baef5a
8
qca/.footprint
Normal file
8
qca/.footprint
Normal file
@ -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
|
1
qca/.md5sum
Normal file
1
qca/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
ee44022eb0e5b8b5df64c62630f6e6b6 qca-1.0.tar.bz2
|
18
qca/Pkgfile
Normal file
18
qca/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user