mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/qt5-qtquick1: new aport
A declarative language for describing user interfaces in Qt5 http://qt-project.org/
This commit is contained in:
parent
0448bbf267
commit
cd06aa53c9
40
testing/qt5-qtquick1/APKBUILD
Normal file
40
testing/qt5-qtquick1/APKBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=qt5-qtquick1
|
||||
pkgver=5.1.1
|
||||
pkgrel=0
|
||||
pkgdesc="A declarative language for describing user interfaces in Qt5"
|
||||
url="http://qt-project.org/"
|
||||
arch="all"
|
||||
license="LGPLv2 with exceptions or GPLv3 with exceptions"
|
||||
depends=""
|
||||
depends_dev="qt5-qtbase-dev qt5-qtscript-dev mesa-dev"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://download.qt-project.org/official_releases/qt/5.1/$pkgver/submodules/qtquick1-opensource-src-$pkgver.tar.xz"
|
||||
|
||||
_builddir="$srcdir"/qtquick1-opensource-src-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
qmake && make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make install INSTALL_ROOT="$pkgdir" || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
|
||||
md5sums="05956168e0a4bba44c31b61dd4fc5e6e qtquick1-opensource-src-5.1.1.tar.xz"
|
||||
sha256sums="f5dc431fb33a195414d2d75d7dff1c101f4101489f38b4ea9c5e8782b1807a64 qtquick1-opensource-src-5.1.1.tar.xz"
|
||||
sha512sums="d42334280d365308b7402120a2b828544787254283ac1cdc6c4abe66075a05092fb016eeae169a52a813f8cef240d1d39b863319ba7d0231c7c936b7d59aa02d qtquick1-opensource-src-5.1.1.tar.xz"
|
||||
Loading…
x
Reference in New Issue
Block a user