[Lunar-commits] <moonbase> libg15render: Initial import
Stefan Wold
ratler at lunar-linux.org
Sun Mar 21 18:00:16 CET 2010
commit 0d7d1675efdc33fb23c0b66336c4c171eacdcce1
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun Mar 21 18:00:16 2010 +0100
libg15render: Initial import
---
libs/libg15render/BUILD | 4 ++++
libs/libg15render/DEPENDS | 2 ++
libs/libg15render/DETAILS | 16 ++++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/libs/libg15render/BUILD b/libs/libg15render/BUILD
new file mode 100644
index 0000000..792adb9
--- /dev/null
+++ b/libs/libg15render/BUILD
@@ -0,0 +1,4 @@
+(
+ patch_it $SOURCE2 1 &&
+ default_build
+) > $C_FIFO 2>&1
diff --git a/libs/libg15render/DEPENDS b/libs/libg15render/DEPENDS
new file mode 100644
index 0000000..b17ff5e
--- /dev/null
+++ b/libs/libg15render/DEPENDS
@@ -0,0 +1,2 @@
+depends libg15
+optional_depends freetype2 "--enable-ttf" "--disable-ttf" "for TrueType font support"
diff --git a/libs/libg15render/DETAILS b/libs/libg15render/DETAILS
new file mode 100644
index 0000000..7a7aa51
--- /dev/null
+++ b/libs/libg15render/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libg15render
+ VERSION=1.2
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE2=${MODULE}-1.2-pixel-c.patch
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:571f736819c1c7e0d594178917b85e8045bc8626
+ SOURCE2_VFY=sha1:a29b470211626ae7109d7cd08a1d30858cff311f
+ WEB_SITE="http://www.g15tools.com/"
+ ENTERED=20100321
+ UPDATED=20100321
+ SHORT="Library to render text and shapes usable by the Logitech G15 keyboard"
+cat <<EOF
+Library to render text and shapes usable by the Logitech G15 keyboard.
+EOF
More information about the Lunar-commits
mailing list