summaryrefslogtreecommitdiff
path: root/qca
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-05-15 22:33:55 +0200
committerJose V Beneyto <joberui@ei.upv.es>2007-05-15 22:33:55 +0200
commitf188a848fabba8d6f4f8042826150561b86da52d (patch)
treeba0e179c716d88ac4443d504f57c276df1a5a93d /qca
parent7cf7df79aef7c02dfe0f707f3b234650b2e85bfa (diff)
downloadcontrib-f188a848fabba8d6f4f8042826150561b86da52d.tar.gz
contrib-f188a848fabba8d6f4f8042826150561b86da52d.tar.xz
qca: Modified installation section on Pkgfile. Updated .footprint
Diffstat (limited to 'qca')
-rw-r--r--qca/.footprint1
-rw-r--r--qca/Pkgfile6
2 files changed, 5 insertions, 2 deletions
diff --git a/qca/.footprint b/qca/.footprint
index 94dafa31b..9740bd96c 100644
--- a/qca/.footprint
+++ b/qca/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/qca.h
+-rw-r--r-- root/root usr/include/qcaprovider.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
diff --git a/qca/Pkgfile b/qca/Pkgfile
index ac6546fea..1e181390a 100644
--- a/qca/Pkgfile
+++ b/qca/Pkgfile
@@ -6,7 +6,7 @@
name=qca
version=1.0
-release=1
+release=2
source=(http://delta.affinix.com/download/${name}/${name}-${version}.tar.bz2)
build() {
@@ -14,5 +14,7 @@ build() {
./configure --prefix=/usr \
--qtdir=/usr/share/qt
make
- make INSTALL_ROOT=${PKG} install
+ install -d ${PKG}/usr/{include,lib}
+ cp -d libqca.so* ${PKG}/usr/lib
+ cp src/*.h ${PKG}/usr/include
}

Generated by cgit