smlinux/xorg/xf86-video-fbturbo/xf86-video-fbturbo.SMBuild

31 lines
757 B
Text
Executable file

app=xf86-video-fbturbo
version=0.4.0
build=1sml
homepage="https://github.com/ssvb/xf86-video-fbturbo"
download="https://github.com/ssvb/xf86-video-fbturbo/archive/refs/tags/$version.tar.gz"
desc="Xorg video driver for devices with ARM Allwinner SoCs and raspberry pi older models"
requires="xorg-server"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
9675f7df7811cc4607baefeb6cfef93df618a2995675f5e1b316b4f703da758b04f909d887a6c9d0d7f274a215036864ea712fcf76d50f5084321ea3dbd3e23c xf86-video-fbturbo-0.4.0.tar.gz
"