[Lunar-commits] <moonbase-other> gnustep-gui: introduction to moonbase
v4hn
me at v4hn.de
Sun Jul 15 19:15:15 CEST 2012
commit 30e3284c6b113933a198395d30b2e828addab99c
Author: v4hn <me at v4hn.de>
Date: Sun, 15 Jul 2012 10:15:15 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/30e3284c6b113933a198395d30b2e828addab99c
gnustep-gui: introduction to moonbase
---
gnustep/gnustep-gui/DEPENDS +13/-0
gnustep/gnustep-gui/DETAILS +15/-0
2 files changed, 28 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/gnustep/gnustep-gui/DEPENDS
@@ -0,0 +1,13 @@
+depends gnustep-base
+
+depends tiff
+depends libpng
+depends jpeg
+depends giflib
+depends libgcrypt
+depends gnutls
+
+optional_depends cups "--enable-cups" "--disable-cups" "for printing support"
+optional_depends aspell "--enable-aspell" "--disable-aspell" "for spellchecker"
+optional_depends libsndfile "--enable-sound" "--disable-sound" "for sound support"
+optional_depends flite "--enable-speech" "--disable-speech" "for speech synthesis"
--- /dev/null
+++ b/gnustep/gnustep-gui/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gnustep-gui
+ VERSION=0.22.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:dc9654ea3437810a9b4bfd3d2193a25628a88b41
+ WEB_SITE=http://gnustep.org/
+ ENTERED=20120714
+ UPDATED=20120714
+ SHORT="GNUstep Foundation Package"
+
+cat << EOF
+This provides functionality that aims to implement
+the non-graphical portion of the OpenStep standard
+(the Foundation library).
+EOF
More information about the Lunar-commits
mailing list