summaryrefslogtreecommitdiffstats
path: root/chat-libs/opal/DETAILS
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 09:28:08 -0500
committerJeremy Blosser2006-04-24 09:28:08 -0500
commit4dcb123f2113b3ab30bcaa486d6fe936c36d4f84 (patch)
treec300c505954fb1da3a85791e64fe337a7f0a34f8 /chat-libs/opal/DETAILS
parente2063b714b6b3d2a660ff532fc7ffa15890aa5c4 (diff)
sync ./chat-libs/opal from stable-rc 0.4
Diffstat (limited to 'chat-libs/opal/DETAILS')
-rwxr-xr-xchat-libs/opal/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/chat-libs/opal/DETAILS b/chat-libs/opal/DETAILS
new file mode 100755
index 0000000000..2a6baf085d
--- /dev/null
+++ b/chat-libs/opal/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=opal
+if [ "$CVS" == "y" ]; then
+ VERSION=cvs
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://snapshots.seconix.com/cvs/$SOURCE
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+else
+ VERSION=2.1.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.ekiga.org/downloads/beta2/sources/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+fi
+ LICENSE[0]=GPL
+ MAKE_NJOBS=1
+ WEB_SITE=http://www.gnomemeeting.org
+ ENTERED=20060106
+ UPDATED=20060106
+ SHORT="A Portable Text and GUI C/C++ Class Libarary."
+cat << EOF
+PWLib is a moderately large class library that has its genesis many years ago
+as a method to product applications to run on both Microsoft Windows and Unix
+X-Windows systems. It also was to have a Macintosh port as well but this never
+eventuated.
+EOF