forked from ports/contrib
qca: Modified installation section on Pkgfile. Updated .footprint
This commit is contained in:
parent
7cf7df79ae
commit
f188a848fa
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user