[Lunar-commits] <moonbase> unsermake: New module. Forgot to commit it. Used by kdenlive.
Moritz Heiber
moe at lunar-linux.org
Sun Apr 20 17:54:30 CEST 2008
commit a52a61522ef02315f141b8a4f3eaab59e54ae25d
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Sun Apr 20 17:54:30 2008 +0200
unsermake: New module. Forgot to commit it. Used by kdenlive.
---
utils/unsermake/BUILD | 10 ++++++++++
utils/unsermake/DEPENDS | 1 +
utils/unsermake/DETAILS | 11 +++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/utils/unsermake/BUILD b/utils/unsermake/BUILD
new file mode 100644
index 0000000..0c3d236
--- /dev/null
+++ b/utils/unsermake/BUILD
@@ -0,0 +1,10 @@
+(
+
+ prepare_install &&
+
+ echo export PATH='$PATH':/usr/lib/${MODULE}_${VERSION} >> $SOURCE_DIRECTORY/unsermake.rc &&
+ install -m0644 $SOURCE_DIRECTORY/unsermake.rc /etc/profile.d/ &&
+
+ cp -r $SOURCE_DIRECTORY /usr/lib/${MODULE}_${VERSION}
+
+) > $C_FIFO 2>&1
diff --git a/utils/unsermake/DEPENDS b/utils/unsermake/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/utils/unsermake/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/utils/unsermake/DETAILS b/utils/unsermake/DETAILS
new file mode 100644
index 0000000..189c428
--- /dev/null
+++ b/utils/unsermake/DETAILS
@@ -0,0 +1,11 @@
+ MODULE=unsermake
+ VERSION=20051117
+ SOURCE=${MODULE}_${VERSION}.dfsg.orig.tar.gz
+ SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/u/unsermake/
+ SOURCE_VFY=sha1:5d08ce08406e4d000b01505d30b121c7fba1078e
+ WEB_SITE=http://www.kde.me.uk/index.php?page=unsermake
+ ENTERED=20080420
+ UPDATED=20080420
+ SHORT=""
+cat << EOF
+EOF
More information about the Lunar-commits
mailing list