pmos/xf86-video-fbdev-remarkable-zero-gravitas: port to pmos
All checks were successful
All checks were successful
This commit is contained in:
parent
5d7449a835
commit
c0f9fb5923
3 changed files with 12 additions and 8 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=xf86-video-fbdev-rm
|
|
||||||
|
pkgname=xf86-video-fbdev-remarkable-zero-gravitas
|
||||||
pkgver=0.5.0
|
pkgver=0.5.0
|
||||||
pkgrel=3
|
_kver=5.4.70
|
||||||
pkgdesc="Video driver for framebuffer device with rM patches"
|
pkgrel=0
|
||||||
|
pkgdesc="Video driver for framebuffer device with support for reMarkable rM1 (remarkable-zero-gravitas)"
|
||||||
url="https://www.x.org"
|
url="https://www.x.org"
|
||||||
arch="all"
|
arch="armv7"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
provides="xf86-video-fbdev=$pkgver-r$pkgrel"
|
provides="xf86-video-fbdev=$pkgver-r$pkgrel"
|
||||||
makedepends="xorg-server-dev libxi-dev util-macros xorgproto linux-rm-headers"
|
makedepends="xorg-server-dev libxi-dev util-macros xorgproto linux-remarkable-zero-gravitas-dev"
|
||||||
builddir="$srcdir"/xf86-video-fbdev-$pkgver
|
builddir="$srcdir"/xf86-video-fbdev-$pkgver
|
||||||
source="
|
source="
|
||||||
https://www.x.org/releases/individual/driver/xf86-video-fbdev-$pkgver.tar.bz2
|
https://www.x.org/releases/individual/driver/xf86-video-fbdev-$pkgver.tar.bz2
|
||||||
|
@ -17,11 +19,13 @@ source="
|
||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
|
export LDFLAGS="$LDFLAGS -Wl,-z,lazy -I/usr/src/linux-headers-$_kver/include"
|
||||||
|
export CPPFLAGS="$CPPFLAGS -I/usr/src/linux-headers-$_kver/include"
|
||||||
|
export CFLAGS="$CFLAGS -I/usr/src/linux-headers-$_kver/include"
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue