From 2fdf2520e18847849acf0b1a2e9fb83f8e97acb3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 3 Oct 2013 20:28:52 +0200 Subject: [PATCH] c2d: renamed to libc2d and updated to 2.1.1-20120425 --- c2d/.md5sum | 1 - {c2d => libc2d}/.footprint | 0 libc2d/.md5sum | 1 + {c2d => libc2d}/Pkgfile | 8 ++++---- {c2d => libc2d}/README | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 c2d/.md5sum rename {c2d => libc2d}/.footprint (100%) create mode 100644 libc2d/.md5sum rename {c2d => libc2d}/Pkgfile (75%) rename {c2d => libc2d}/README (99%) diff --git a/c2d/.md5sum b/c2d/.md5sum deleted file mode 100644 index c43c716..0000000 --- a/c2d/.md5sum +++ /dev/null @@ -1 +0,0 @@ -745e07fc1125569336defd9ffbfe16b3 libc2d-imx-dev_2.0.1-20111021_armhf.deb diff --git a/c2d/.footprint b/libc2d/.footprint similarity index 100% rename from c2d/.footprint rename to libc2d/.footprint diff --git a/libc2d/.md5sum b/libc2d/.md5sum new file mode 100644 index 0000000..e21f4a2 --- /dev/null +++ b/libc2d/.md5sum @@ -0,0 +1 @@ +c5bc2750e2fb0eb9b0693f4d2e69291c libc2d-imx-dev_2.1.1-20120425_armhf.deb diff --git a/c2d/Pkgfile b/libc2d/Pkgfile similarity index 75% rename from c2d/Pkgfile rename to libc2d/Pkgfile index 751f616..8ebb800 100644 --- a/c2d/Pkgfile +++ b/libc2d/Pkgfile @@ -5,13 +5,13 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: -name=c2d -version=2.0.1-20111021 +name=libc2d +version=2.1.1-20120425 release=1 -source=(libc2d-imx-dev_2.0.1-20111021_armhf.deb) +source=($name-imx-dev_${version}_armhf.deb) build() { - ar x $SRC/libc2d-imx-dev_2.0.1-20111021_armhf.deb + ar x $SRC/$name-imx-dev_${version}_armhf.deb tar xvfz data.tar.gz install -d $PKG/usr/include/C2D/ install -m 0644 usr/include/C2D/c2d_api.h $PKG/usr/include/C2D/ diff --git a/c2d/README b/libc2d/README similarity index 99% rename from c2d/README rename to libc2d/README index 08bb2d3..f33aaf1 100644 --- a/c2d/README +++ b/libc2d/README @@ -1,9 +1,9 @@ -README for c2d +README for libc2d You'll need to download Debian's hf package from: -http://one.rootspirit.com/pool/main/i/imx-graphics/libc2d-imx-dev_2.0.1-20111021_armhf.deb +http://armhf.powerdeveloper.org/pool/main/i/imx-graphics/libc2d-imx-dev_2.1.1-20120425_armhf.deb and put it in the port's tree current port directory if you agree with Freescale's License (http://www.freescale.com/) shown below: -- 2.26.2