summaryrefslogtreecommitdiff
path: root/chmlib/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-12-29 11:40:18 +0100
committerTim Biermann <tbier@posteo.de>2019-12-29 11:40:18 +0100
commitbcfb3652bc08d48b060b6934a0b52f3658394d12 (patch)
tree2198ebd39e504e545f5da4b982baad9b080a6eed /chmlib/Pkgfile
parent4cba42991280954d1d9d4babdfc10cd4f3fb5e8d (diff)
downloadcontrib-bcfb3652bc08d48b060b6934a0b52f3658394d12.tar.gz
contrib-bcfb3652bc08d48b060b6934a0b52f3658394d12.tar.xz
chmlib: initial commit, version 0.40
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..1c5f60b21
--- /dev/null
+++ b/chmlib/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Library for dealing with Microsoft ITSS/CHM format files
+# URL: http://www.jedrea.com/chmlib/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# 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 \
+ --enable-examples=no
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit