[Lunar-commits] <moonbase-other> gnustep-back: introduction to -other
v4hn
me at v4hn.de
Mon Sep 9 03:29:37 CEST 2013
commit 2a59dfe7d942f203f1c0803a529f599aca84d39f
Author: v4hn <me at v4hn.de>
Date: Sun, 08 Sep 2013 18:29:00 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2a59dfe7d942f203f1c0803a529f599aca84d39f
gnustep-back: introduction to -other
This adds the last core module of gnustep to the section.
---
gnustep/gnustep-back/DEPENDS | +8/-0
gnustep/gnustep-back/DETAILS | +13/-0
2 files changed, 21 insertions(+)
--- /dev/null
+++ b/gnustep/gnustep-back/DEPENDS
@@ -0,0 +1,8 @@
+depends gnustep-base
+
+optional_depends freetype2 "--with-freetype" "--without-freetype" "Freetype Font Support"
+optional_depends mesa-lib "--enable-glx" "--disable-glx" "Enable GLX support"
+
+optional_depends cairo "--enable-graphics=cairo" " " "Cairo Backend (choose one)"
+optional_depends libart_lgpl "--enable-graphics=art" " " "ART Backend (choose one)"
+optional_depends libX11 "--enable-graphics=xlib" " " "X11 Backend (choose one)"
--- /dev/null
+++ b/gnustep/gnustep-back/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=gnustep-back
+ VERSION=0.23.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:cb4584f15fd6e5ba4571157dff08990cc90c195a
+ WEB_SITE=http://gnustep.org/
+ ENTERED=20130909
+ UPDATED=20130909
+ SHORT="GNUstep Backend Package"
+
+cat << EOF
+The generic back-end package of the GNUstep project.
+EOF
More information about the Lunar-commits
mailing list