summaryrefslogtreecommitdiffstats
path: root/djvulibre/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'djvulibre/Pkgfile')
-rw-r--r--djvulibre/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/djvulibre/Pkgfile b/djvulibre/Pkgfile
new file mode 100644
index 000000000..c3dc7c1fa
--- /dev/null
+++ b/djvulibre/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Implémentation libre du format DjVu (Déjà Vu)
+# URL: http://djvu.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed
+# Depends on: libjpeg, libtiff
+# Run on: libjpeg,libtiff
+
+name=djvulibre
+version=3.5.23
+release=1
+source=(http://downloads.sourceforge.net/djvu/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/djvulibre-3.5.23-gcc-1.patch)
+
+build() {
+cd $name-$version
+ patch -Np1 -i ../djvulibre-3.5.23-gcc-1.patch
+ ./configure --prefix=/usr \
+ --disable-djview \
+ --disable-desktopfiles
+ make
+ make DESTDIR=$PKG install
+}
+
+