replaced iv by qiv package
authorhackbard <hackbard>
Fri, 23 Jul 2004 14:19:21 +0000 (14:19 +0000)
committerhackbard <hackbard>
Fri, 23 Jul 2004 14:19:21 +0000 (14:19 +0000)
doc/CHANGELOG
packages/x11/qiv/qiv [new file with mode: 0644]

index 7200602..9e633cd 100644 (file)
@@ -1,5 +1,6 @@
 *) 2004-07-23
 
+- replaced iv by qiv package
 - firefox/thunderbird instead of mozilla
 - downgraded firefox (and use lfs patch)
 
diff --git a/packages/x11/qiv/qiv b/packages/x11/qiv/qiv
new file mode 100644 (file)
index 0000000..dbc0ad9
--- /dev/null
@@ -0,0 +1,16 @@
+# hdw - linux qiv package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 2.0
+# [S] 3-8
+# [D] qiv-2.0-src.tgz http://www.kdown1.de/files/
+
+pre_install()  {
+       sed "s%PREFIX = /usr/local%PREFIX = $prefix%g" Makefile > tmp~
+       sed "s%-O2%$hdw_cflags%" tmp~ > Makefile
+               }
+
+post_install() {
+       cp qiv-command.example $prefix/bin/qiv-command
+               }