summaryrefslogtreecommitdiffstats
path: root/chmlib/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'chmlib/Pkgfile')
-rw-r--r--chmlib/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/chmlib/Pkgfile b/chmlib/Pkgfile
new file mode 100644
index 000000000..854dc090d
--- /dev/null
+++ b/chmlib/Pkgfile
@@ -0,0 +1,17 @@
+# Description: librairie pour le format CHM microsoft
+# URL: http://www.jedrea.com/chmlib/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=chmlib
+version=0.40
+release=1
+source=(http://www.jedrea.com/chmlib/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}