summaryrefslogtreecommitdiffstats
path: root/extra/djvulibre/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 21:43:58 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 21:43:58 +0200
commit3ee234a9ef158802c1818fac75e7ce21a8a77bc3 (patch)
tree915a1f739daa9f6e792b5a4a4d6d6e62a329c244 /extra/djvulibre/Pkgfile
parent7097d181a63c5b7891f60924860c66b8588d2d1d (diff)
downloadnutyx-pakxe-3ee234a9ef158802c1818fac75e7ce21a8a77bc3.tar.gz
nutyx-pakxe-3ee234a9ef158802c1818fac75e7ce21a8a77bc3.tar.bz2
nutyx-pakxe-3ee234a9ef158802c1818fac75e7ce21a8a77bc3.tar.xz
nutyx-pakxe-3ee234a9ef158802c1818fac75e7ce21a8a77bc3.zip
Ajout de djvulibre#3.5.22-2
Diffstat (limited to 'extra/djvulibre/Pkgfile')
-rw-r--r--extra/djvulibre/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/djvulibre/Pkgfile b/extra/djvulibre/Pkgfile
new file mode 100644
index 000000000..5dba7a72a
--- /dev/null
+++ b/extra/djvulibre/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Implémentation libre du format DjVu (Déjà Vu)
+# URL: http://djvu.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: gcc, libjpeg, libtiff, zlib
+
+name=djvulibre
+version=3.5.22
+release=2
+source=(http://downloads.sourceforge.net/djvu/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-djview \
+ --disable-desktopfiles
+ make
+ make DESTDIR=$PKG install
+}
+