CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libz160: initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:05:38 +0000 (14:05 +0200)
committerVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:05:38 +0000 (14:05 +0200)
libz160/.footprint [new file with mode: 0644]
libz160/.md5sum [new file with mode: 0644]
libz160/Pkgfile [new file with mode: 0644]

diff --git a/libz160/.footprint b/libz160/.footprint
new file mode 100644 (file)
index 0000000..e8d6480
--- /dev/null
@@ -0,0 +1,5 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/include/
+-rw-r--r--     root/root       usr/include/z160.h
+drwxr-xr-x     root/root       usr/lib/
+-rwxr-xr-x     root/root       usr/lib/libz160.so
diff --git a/libz160/.md5sum b/libz160/.md5sum
new file mode 100644 (file)
index 0000000..287320e
--- /dev/null
@@ -0,0 +1 @@
+5afc6f7f84e0ee31444bfdbc5b793314  libz160-bin-10.11.01.tar.gz
diff --git a/libz160/Pkgfile b/libz160/Pkgfile
new file mode 100644 (file)
index 0000000..a8a3b34
--- /dev/null
@@ -0,0 +1,14 @@
+# Description: Library for the AMD GPU Z160 2D 
+# URL: 
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: 
+
+name=libz160
+version=10.11.01
+release=1
+source=(http://staff.osuosl.org/~bkero/distfiles/$name-bin-$version.tar.gz)
+
+build() {
+  mv $SRC/$name-bin-$version/usr $PKG/
+}