[Lunar-commits] <moonbase> libplist: Adding to moonbase, it will be a depends for libgpod.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Feb 21 15:16:07 CET 2010


commit 36018dbf12e06b4dc8fd88df61c4485a3351423f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Feb 21 09:16:07 2010 -0500

    libplist: Adding to moonbase, it will be a depends for libgpod.
---
 libs/libplist/BUILD   |   14 ++++++++++++++
 libs/libplist/DEPENDS |    3 +++
 libs/libplist/DETAILS |   13 +++++++++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/libs/libplist/BUILD b/libs/libplist/BUILD
new file mode 100644
index 0000000..95d4fec
--- /dev/null
+++ b/libs/libplist/BUILD
@@ -0,0 +1,14 @@
+(
+
+  OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
+
+  mkdir $OOTB_DIR  &&
+  cd $OOTB_DIR     &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/libs/libplist/DEPENDS b/libs/libplist/DEPENDS
new file mode 100644
index 0000000..9c74ee0
--- /dev/null
+++ b/libs/libplist/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake
+depends glib-2
+depends libxml2
diff --git a/libs/libplist/DETAILS b/libs/libplist/DETAILS
new file mode 100644
index 0000000..738c0b0
--- /dev/null
+++ b/libs/libplist/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=libplist
+         VERSION=1.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://github.com/downloads/JonathanBeck/libplist/
+      SOURCE_VFY=sha1:4cb84394e52f47d49acb3f680edd7be249a98b69
+        WEB_SITE=http://github.com/JonathanBeck/libplist
+         ENTERED=20100221
+         UPDATED=20100221
+           SHORT="library to handle Apple Property List format"
+
+cat << EOF
+A library to handle Apple Property List format whereas it's binary or XML.
+EOF


More information about the Lunar-commits mailing list