CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libz160: Updated with readme file to get sources from Freescale website.
authorVictor Martinez <pitillo@ono.com>
Mon, 14 Nov 2011 14:25:19 +0000 (15:25 +0100)
committerVictor Martinez <pitillo@ono.com>
Mon, 14 Nov 2011 14:25:19 +0000 (15:25 +0100)
libz160/.footprint
libz160/.md5sum
libz160/Pkgfile
libz160/README

index e8d6480fa526d56b5597eae848bba876d680ca32..8cef8d558919760e505db2c9f03bc6fb6e81c3b8 100644 (file)
@@ -2,4 +2,4 @@ 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
+-rw-r--r--     root/root       usr/lib/libz160.so
index 287320ea270819a8a7499104e0cb40bd445aa831..d5487ff3f8f9766522405e9a43bcf91d40f55022 100644 (file)
@@ -1 +1,2 @@
-5afc6f7f84e0ee31444bfdbc5b793314  libz160-bin-10.11.01.tar.gz
+b29046003f822ce6e6b4edc4cc6cb853  libz160.so
+3d8b7817512305ac667237c186e5e41f  z160.h
index 7f40e22cf977db6d0b2e7cde12b316e2be737f3e..abe4b4d3002ca79291237c55f25af8eca429f8e8 100644 (file)
@@ -1,15 +1,17 @@
 # Description: Library for the AMD GPU Z160 2D 
-# URL: 
+# URL: http://www.freescale.com/
 # Packager: CRUX-ARM System Team, devel at crux-arm dot nu
 # 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: 
 
 name=libz160
-version=10.11.01
+version=20111109
 release=1
-source=($name-bin-$version.tar.gz)
+source=(z160.h libz160.so)
 
 build() {
-  mv $SRC/$name-bin-$version/usr $PKG/
+  install -d $PKG/usr/{lib,include}
+  mv $SRC/libz160.so $PKG/usr/lib/
+  mv $SRC/z160.h $PKG/usr/include
 }
index 3e94c130dc6841411e6cba7bdae2ced8fb17576d..d7dea101b3cc720e3507bae5fc53acfb46ce54f4 100644 (file)
@@ -1,7 +1,9 @@
 
 
-README for imx-lib
+README for libz160
 
-ou'll need to download the current source and place it in your 
-$PKGMK_SOURCE_DIR before you can build this port.
+You'll need to download L2.6.35_10.11.01_ER_images_MX5X.tar.gz from Freescale
+website. Unpack it and place these files in the current dir:
+data/usr/include/z160.h
+data/usr/lib/libz160.so