summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2012-02-09 17:36:17 +0100
committerTreeve Jelbert2012-02-09 17:36:42 +0100
commit59bb8165ee1e4867977b397daff9e8af9d5cca1a (patch)
tree883f4f7a75b5605debd63bff1acedb1da144eef2
parent507142f0cf952e1e33c158a52dc46c15257585ba (diff)
disk/udisks2: can coexist with udisks
-rw-r--r--ChangeLog3
-rwxr-xr-xdisk/udisks2/DEPENDS21
-rwxr-xr-xdisk/udisks2/DETAILS15
-rw-r--r--disk/udisks2/HISTORY4
4 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0efb8bbb2c..5c86b05f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-02-09 Treeve Jelbert <treeve@sourcemage.org>
+ * disk/udisks2: new spell, disk management, can coexist with udisks
+
2012-02-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* devel/frama-c: new spell, a C source code analysis tool
diff --git a/disk/udisks2/DEPENDS b/disk/udisks2/DEPENDS
new file mode 100755
index 0000000000..41e8122d65
--- /dev/null
+++ b/disk/udisks2/DEPENDS
@@ -0,0 +1,21 @@
+depends pkgconfig &&
+depends glib2 &&
+depends gobject-introspection &&
+depends udev &&
+depends libxslt &&
+depends libatasmart &&
+depends policykit &&
+depends perl &&
+depends xml-parser-expat &&
+
+optional_depends man \
+ "--enable-man-pages" \
+ "--disable-man-pages" \
+ "Install man pages?" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build Devhelp files?" &&
+
+optional_depends systemd '' '' 'SystemD init support'
diff --git a/disk/udisks2/DETAILS b/disk/udisks2/DETAILS
new file mode 100755
index 0000000000..42e8e097cd
--- /dev/null
+++ b/disk/udisks2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=udisks2
+ VERSION=1.91.0
+ SOURCE_HASH=sha512:88c45cf8280f0b98bb42fe54a328b0e89f47b3da956ac655794420fc1171247af9c07a72454bc7658dd449c893774ab9d90d4555b5c92ea0de99938cc5996aea
+# SECURITY_PATCH=2
+ SOURCE="${SPELL//2}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://udisks.freedesktop.org/releases/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL//2}-$VERSION"
+ WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks"
+ LICENSE[0]=GPL
+ ENTERED=20120209
+ SHORT="abstraction for enumerating block devices"
+cat << EOF
+The udisks project provides a daemon, tools and libraries to access
+and manipulate disks and storage devices
+EOF
diff --git a/disk/udisks2/HISTORY b/disk/udisks2/HISTORY
new file mode 100644
index 0000000000..e0d26b32f7
--- /dev/null
+++ b/disk/udisks2/HISTORY
@@ -0,0 +1,4 @@
+2012-02-09 Treeve Jelbert <treeve@sourcemage.otg>
+ * DETAILS: 1.91.0
+ spell created
+