summaryrefslogtreecommitdiffstats
path: root/compiz-fusion
diff options
context:
space:
mode:
authorLalo Martins2007-09-30 09:15:56 +0800
committerLalo Martins2007-09-30 09:15:56 +0800
commit30380c111ffc93d6690b6bbd2f5b6fbd14a3c19d (patch)
tree79034e5833265c6c42ae747dda7f9e726dea53ae /compiz-fusion
parentc63158cd4b13e89c1a96acd3fbce537c9c3ef44b (diff)
compiz-bcop spell
Diffstat (limited to 'compiz-fusion')
-rwxr-xr-xcompiz-fusion/compiz-bcop/DEPENDS4
-rwxr-xr-xcompiz-fusion/compiz-bcop/DETAILS28
-rw-r--r--compiz-fusion/compiz-bcop/HISTORY2
-rwxr-xr-xcompiz-fusion/compiz-bcop/PREPARE6
4 files changed, 40 insertions, 0 deletions
diff --git a/compiz-fusion/compiz-bcop/DEPENDS b/compiz-fusion/compiz-bcop/DEPENDS
new file mode 100755
index 0000000000..dea4ec0468
--- /dev/null
+++ b/compiz-fusion/compiz-bcop/DEPENDS
@@ -0,0 +1,4 @@
+if [ "BCOP_TRUNK" == "y" ]; then
+depends "git"
+fi &&
+depends "libxslt" \ No newline at end of file
diff --git a/compiz-fusion/compiz-bcop/DETAILS b/compiz-fusion/compiz-bcop/DETAILS
new file mode 100755
index 0000000000..29f8624246
--- /dev/null
+++ b/compiz-fusion/compiz-bcop/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=compiz-bcop
+if [ "$BERYL_CORE_TRUNK" == "y" ]; then
+ if [ "$BERYL_CORE_TRUNK_AUTOUPDATE" = "y" ]; then
+ VERSION=git-$(date +%Y%m%d)
+ else
+ VERSION=git
+ fi
+ SOURCE_URL[0]=git://anongit.compiz-fusion.org/fusion/libraries/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.2.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
+ SOURCE_HASH=sha512:9162016eb509e64fe624f901fccb64defd13c46d16f4048d38976f14d4506db0b5ebb862ae6d775b99bc1f10573b717acd43994f9ec593a771ecd5ddace0cab7
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ WEB_SITE=http://www.beryl-project.org/
+ ENTERED=20060724
+ PATCHLEVEL=1
+ LICENSE[0]=GPL
+ SHORT="Compiz option code generator"
+cat << EOF
+Compiz option code generator
+EOF
diff --git a/compiz-fusion/compiz-bcop/HISTORY b/compiz-fusion/compiz-bcop/HISTORY
new file mode 100644
index 0000000000..66bc046f74
--- /dev/null
+++ b/compiz-fusion/compiz-bcop/HISTORY
@@ -0,0 +1,2 @@
+2007-09-30 Lalo Martins <lalo@sourcemage.org>
+ * DETAILS, DEPENDS, PREPARE: new spell
diff --git a/compiz-fusion/compiz-bcop/PREPARE b/compiz-fusion/compiz-bcop/PREPARE
new file mode 100755
index 0000000000..c9503f1558
--- /dev/null
+++ b/compiz-fusion/compiz-bcop/PREPARE
@@ -0,0 +1,6 @@
+config_query BCOP_TRUNK "Use git version?" n
+if [ "$BCOP_TRUNK" == "y" ]; then
+ config_query BCOP_TRUNK_AUTOUPDATE \
+ "Update to the latest git on every cast?" \
+ n
+fi