From f188a848fabba8d6f4f8042826150561b86da52d Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 15 May 2007 22:33:55 +0200 Subject: [PATCH] qca: Modified installation section on Pkgfile. Updated .footprint --- qca/.footprint | 1 + qca/Pkgfile | 6 ++++-- 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 }