qca: Modified installation section on Pkgfile. Updated .footprint

This commit is contained in:
Jose V Beneyto 2007-05-15 22:33:55 +02:00
parent 7cf7df79ae
commit f188a848fa
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
}