--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/fbturbo_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/fbturbo_drv.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/fbturbo.4.gz
--- /dev/null
+# Description: xorg driver xf86-video-sunxifb Mali-400 X11/DRI2/EXA drivers
+# URL: https://github.com/linux-sunxi/xf86-video-mali
+# Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: sunxi-mali
+
+name=xf86-video-sunxifb
+version=git
+release=1
+source=()
+
+build() {
+ if [ ! -d $PKGMK_SOURCE_DIR/$name ]; then
+ git clone https://github.com/ssvb/xf86-video-sunxifb.git $PKGMK_SOURCE_DIR/$name
+ else
+ cd $PKGMK_SOURCE_DIR/$name && git fetch
+ fi
+ cp -r $PKGMK_SOURCE_DIR/$name $SRC
+
+ cd $SRC/$name
+ autoreconf -vi
+ ./configure --prefix=/usr --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+}