0e9be207dd
mesa-dri-swrast no longer exists and just installs, mesa-dri-gallium. However, this might not always be the case, so let's change it before it causes any issues. [ci:ignore-count] [ci:skip-build]
24 lines
597 B
Text
24 lines
597 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-lt023g
|
|
pkgdesc="Galaxy Tab 3 7.0"
|
|
pkgver=0.1
|
|
pkgrel=10
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-lt023g mkbootimg mesa-dri-gallium"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
e681e4106dada97ffe64aef4af2333a6e93a0a85cb8cfa8814c5dcf7e9cc55a1bac16ea0f2538aec483761200f1ae0b3b0936dd2670a60e9d32bfb11a6dc4466 deviceinfo
|
|
"
|