summaryrefslogtreecommitdiffstats
path: root/openjpeg/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 17:00:03 +0200
committerpiernov <piernov@piernov.org>2012-04-30 17:00:03 +0200
commit6d912b5774a783572f5437c3ae9ed9e9ac2bc4dd (patch)
treea155fc790b35244acf7dfa833cde4e0744fb4a8a /openjpeg/Pkgfile
parent2f52aa6f020b4804688042b0182673e1230f1ffd (diff)
downloadnutyx-extra-6d912b5774a783572f5437c3ae9ed9e9ac2bc4dd.tar.gz
nutyx-extra-6d912b5774a783572f5437c3ae9ed9e9ac2bc4dd.tar.bz2
nutyx-extra-6d912b5774a783572f5437c3ae9ed9e9ac2bc4dd.tar.xz
nutyx-extra-6d912b5774a783572f5437c3ae9ed9e9ac2bc4dd.zip
Revert "openjpeg dand pakxe"
This reverts commit 0664ec08e7b339a08b118d6062abb641b2127845.
Diffstat (limited to 'openjpeg/Pkgfile')
-rwxr-xr-xopenjpeg/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/openjpeg/Pkgfile b/openjpeg/Pkgfile
new file mode 100755
index 000000000..eab2f6b65
--- /dev/null
+++ b/openjpeg/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Librairie libre codec jpeg 2000
+# URL: http://www.ijg.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run on:
+
+name=openjpeg
+version=1.3
+release=1
+_version=v1_3
+source=( http://www.openjpeg.org/openjpeg_${_version}.tar.gz \
+ 30_fix_build_for_debian.dpatch)
+
+
+build() {
+ cd OpenJPEG_${_version}
+ patch -Np1 -i ../30_fix_build_for_debian.dpatch
+ make
+ make DESTDIR=$PKG install
+ ln -s libopenjpeg.so.2 $PKG/usr/lib/libopenjpeg.so
+}
+