mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
[skip-ci] qt4pas: imported from CCR as a dep for peazip
This commit is contained in:
parent
73e33ec83c
commit
96e01bdd43
29
qt4pas/PKGBUILD
Normal file
29
qt4pas/PKGBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
pkgname=qt4pas
|
||||
pkgver=2.5
|
||||
pkgrel=4
|
||||
pkgdesc="Free Pascal Qt4 Binding Library"
|
||||
arch=('x86_64')
|
||||
url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
|
||||
license=('LGPL')
|
||||
depends=('qtwebkit')
|
||||
source=("http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz")
|
||||
md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
|
||||
|
||||
build() {
|
||||
cd $pkgname-V${pkgver}_Qt4.5.3
|
||||
|
||||
qmake -query
|
||||
qmake
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-V${pkgver}_Qt4.5.3
|
||||
INSTALL_ROOT="$pkgdir" make install
|
||||
|
||||
pushd "$pkgdir/usr/lib"
|
||||
for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
|
||||
ln -s libQt4Pas.so.5.2.5 $intflink
|
||||
done
|
||||
popd
|
||||
}
|
Loading…
Reference in New Issue
Block a user