[Lunar-commits] <moonbase> fbv: new module for fbterm background support
Christian Krause
wookietreiber at lunar-linux.org
Wed Jul 6 16:10:09 CEST 2011
commit f71802bde0344befae6e33197e2d364b920e70de
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Wed Jul 6 16:10:09 2011 +0200
fbv: new module for fbterm background support
---
zbeta/fbv/BUILD | 11 +++++++++++
zbeta/fbv/DEPENDS | 2 ++
zbeta/fbv/DETAILS | 15 +++++++++++++++
3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/zbeta/fbv/BUILD b/zbeta/fbv/BUILD
new file mode 100644
index 0000000..19cef10
--- /dev/null
+++ b/zbeta/fbv/BUILD
@@ -0,0 +1,11 @@
+(
+
+ ./configure --prefix=$MODULE_PREFIX \
+ --infodir=$MODULE_PREFIX/share/info \
+ --mandir=$MODULE_PREFIX/share/man \
+ --without-libungif \
+ $OPTS
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/fbv/DEPENDS b/zbeta/fbv/DEPENDS
new file mode 100644
index 0000000..121d0d3
--- /dev/null
+++ b/zbeta/fbv/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "%JPEG" "" "--without-libjpeg" "for jpeg support"
+optional_depends "libpng" "" "--without-libpng" "for png support"
diff --git a/zbeta/fbv/DETAILS b/zbeta/fbv/DETAILS
new file mode 100644
index 0000000..abb99cb
--- /dev/null
+++ b/zbeta/fbv/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=fbv
+ VERSION=1.0b
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://s-tech.elsat.net.pl/fbv
+ SOURCE_VFY=sha1:96eb6d345286b50d32a985b7e447e2f9f7c96bed
+ WEB_SITE=http://s-tech.elsat.net.pl/fbv/
+ ENTERED=20110711
+ UPDATED=20110711
+ SHORT="view pictures on a linux framebuffer device"
+ PSAFE=no
+
+cat << EOF
+fbv (FrameBuffer Viewer) is a simple program to view pictures on
+a linux framebuffer device.
+EOF
More information about the Lunar-commits
mailing list