CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xf86-video-sunxifb: Initial commit 3.2
authorVictor Martinez <pitillo@ono.com>
Tue, 16 Feb 2016 18:33:34 +0000 (19:33 +0100)
committerVictor Martinez <pitillo@ono.com>
Tue, 16 Feb 2016 18:33:34 +0000 (19:33 +0100)
xf86-video-sunxifb/.footprint [new file with mode: 0644]
xf86-video-sunxifb/.md5sum [new file with mode: 0644]
xf86-video-sunxifb/Pkgfile [new file with mode: 0644]

diff --git a/xf86-video-sunxifb/.footprint b/xf86-video-sunxifb/.footprint
new file mode 100644 (file)
index 0000000..28ef16a
--- /dev/null
@@ -0,0 +1,10 @@
+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
diff --git a/xf86-video-sunxifb/.md5sum b/xf86-video-sunxifb/.md5sum
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xf86-video-sunxifb/Pkgfile b/xf86-video-sunxifb/Pkgfile
new file mode 100644 (file)
index 0000000..838ea67
--- /dev/null
@@ -0,0 +1,25 @@
+# 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
+}