summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorPavel Vinogradov2016-06-21 15:03:20 -0400
committerPavel Vinogradov2016-06-21 15:10:35 -0400
commit774a5158d91b91f688cabf2151b600fea5c29389 (patch)
tree67a99ca765064c5671c696b0641a6be76e78b78d /chat-im
parent13a754d3105ddabdc3da692fc3988e087f37a114 (diff)
chat-im/purple-vk-plugin: new spell, VK plugin for Pidgin
ChangeLog: fixed wrong entry
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/purple-vk-plugin/BUILD1
-rwxr-xr-xchat-im/purple-vk-plugin/DEPENDS8
-rwxr-xr-xchat-im/purple-vk-plugin/DETAILS17
-rw-r--r--chat-im/purple-vk-plugin/HISTORY2
-rwxr-xr-xchat-im/purple-vk-plugin/PREPARE2
5 files changed, 30 insertions, 0 deletions
diff --git a/chat-im/purple-vk-plugin/BUILD b/chat-im/purple-vk-plugin/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/chat-im/purple-vk-plugin/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/chat-im/purple-vk-plugin/DEPENDS b/chat-im/purple-vk-plugin/DEPENDS
new file mode 100755
index 0000000000..298cdc72b6
--- /dev/null
+++ b/chat-im/purple-vk-plugin/DEPENDS
@@ -0,0 +1,8 @@
+depends cmake &&
+depends -sub CXX gcc &&
+depends gettext &&
+depends glib2 &&
+depends libxml2 &&
+depends mercurial &&
+depends pidgin &&
+depends zlib
diff --git a/chat-im/purple-vk-plugin/DETAILS b/chat-im/purple-vk-plugin/DETAILS
new file mode 100755
index 0000000000..1a767814ba
--- /dev/null
+++ b/chat-im/purple-vk-plugin/DETAILS
@@ -0,0 +1,17 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=purple-vk-plugin
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.bz2"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-scm"
+ SOURCE_URL="hg_http://bitbucket.org/olegoandreev/${SPELL}:${SPELL}-scm"
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ WEB_SITE="http://bitbucket.org/olegoandreev/purple-vk-plugin"
+ ENTERED=20160621
+ LICENSE[0]="GPL"
+ KEYWORDS=""
+ SHORT="VK plugin for Pidgin"
+cat << EOF
+Purple-vk-plugin is a plugin for Pidgin, which supports Vk.com (Vkontakte)
+messaging.
+EOF
diff --git a/chat-im/purple-vk-plugin/HISTORY b/chat-im/purple-vk-plugin/HISTORY
new file mode 100644
index 0000000000..6637afa1c0
--- /dev/null
+++ b/chat-im/purple-vk-plugin/HISTORY
@@ -0,0 +1,2 @@
+2016-06-21 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, PREPARE: spell created
diff --git a/chat-im/purple-vk-plugin/PREPARE b/chat-im/purple-vk-plugin/PREPARE
new file mode 100755
index 0000000000..f8b7d7e3e2
--- /dev/null
+++ b/chat-im/purple-vk-plugin/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch