summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2009-07-01 23:24:29 +0200
committerFlorian Franzmann2009-07-01 23:24:29 +0200
commit0ff466e34133acadc776fd0c37a62d96dabad2c0 (patch)
treea226a4abb5bcc52813b95793a4059fd12114d5c2
parent2d2f922145b3361d813a40e606f0bd7c565f86aa (diff)
libs/clxclient: new spell, a C++ wrapper for libX11
-rw-r--r--ChangeLog1
-rwxr-xr-xlibs/clxclient/BUILD1
-rwxr-xr-xlibs/clxclient/DEPENDS4
-rwxr-xr-xlibs/clxclient/DETAILS13
-rw-r--r--libs/clxclient/HISTORY3
-rwxr-xr-xlibs/clxclient/PRE_BUILD4
6 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a19265e9c6..c84c020ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2009-07-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* libs/clthreads: new spell, a POSIX thread access package for
C++
+ * libs/clxclient: new spell, a C++ wrapper for libX11
2009-06-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* audio-players/pms: new spell, a console mpd client
diff --git a/libs/clxclient/BUILD b/libs/clxclient/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/libs/clxclient/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/clxclient/DEPENDS b/libs/clxclient/DEPENDS
new file mode 100755
index 0000000000..67b6c453da
--- /dev/null
+++ b/libs/clxclient/DEPENDS
@@ -0,0 +1,4 @@
+depends freetype2 &&
+depends libxft &&
+depends libx11 &&
+depends g++
diff --git a/libs/clxclient/DETAILS b/libs/clxclient/DETAILS
new file mode 100755
index 0000000000..e1632000f7
--- /dev/null
+++ b/libs/clxclient/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=clxclient
+ VERSION=3.6.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.kokkinizita.net/linuxaudio/downloads/${SOURCE}
+ SOURCE_HASH=sha512:9f4592d8fa11b6dd0e27af73ca140591d0f8b2672e127e44e5dc58ced5eea9d6956c12990f84f7d6706cdbbf641f0611605c410ea8daa7ff565178c01298166e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.kokkinizita.net/linuxaudio/downloads/index.html"
+ LICENSE[0]=LGPL
+ ENTERED=20090701
+ SHORT="a X Window System C++ access library"
+cat << EOF
+A C++ wrapper library around the X Window System API.
+EOF
diff --git a/libs/clxclient/HISTORY b/libs/clxclient/HISTORY
new file mode 100644
index 0000000000..5cc2f94545
--- /dev/null
+++ b/libs/clxclient/HISTORY
@@ -0,0 +1,3 @@
+2009-07-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, PRE_BUILD, BUILD, DEPENDS: spell created
+
diff --git a/libs/clxclient/PRE_BUILD b/libs/clxclient/PRE_BUILD
new file mode 100755
index 0000000000..120c5420f6
--- /dev/null
+++ b/libs/clxclient/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sedit "s:PREFIX = .*:PREFIX = ${INSTALL_ROOT}/usr:" Makefile