Skip to content

Commit

Permalink
gnustep-back: introduction to -other
Browse files Browse the repository at this point in the history
This adds the last core module of gnustep to the section.
  • Loading branch information
v4hn committed Sep 9, 2013
1 parent f81a0af commit 2a59dfe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gnustep/gnustep-back/DEPENDS
Original file line number Diff line number Diff line change
@@ -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)"
13 changes: 13 additions & 0 deletions gnustep/gnustep-back/DETAILS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a59dfe

Please sign in to comment.