21 lines
856 B
Text
21 lines
856 B
Text
|
pkgname=luna-temp-ofono-bluetooth
|
||
|
pkgver=0.0.1_git20171118
|
||
|
pkgrel=0
|
||
|
_commit=305b2c8e2c4c5870fc737a0d2809799d5c58a2e1
|
||
|
pkgdesc="Temporary package for ofono/bluetooth mocking."
|
||
|
arch="all"
|
||
|
url="http://webos-ports.org"
|
||
|
license="GPL-3.0+"
|
||
|
depends=""
|
||
|
makedepends=""
|
||
|
source="luneos-components-$_commit.tar.gz::https://github.com/webOS-ports/luneos-components/archive/$_commit.tar.gz"
|
||
|
builddir="$srcdir/luneos-components-$_commit"
|
||
|
|
||
|
package() {
|
||
|
cd "$builddir"
|
||
|
install -d "$pkgdir"/usr/lib/qt5/qml/LuneOS
|
||
|
cp -rv "$builddir"/test/imports/LuneOS/Bluetooth "$pkgdir"/usr/lib/qt5/qml/LuneOS
|
||
|
cp -rv "$builddir"/test/imports/MeeGo "$pkgdir"/usr/lib/qt5/qml/
|
||
|
}
|
||
|
sha512sums="a44031e07efabe46ec33beb4630ee264b8f5a136de060a56499b72403d7ff97648f84ea15ae96602d5e35dacabf33f609b0b72a84a896c66b001496dda1a5354 luneos-components-305b2c8e2c4c5870fc737a0d2809799d5c58a2e1.tar.gz"
|