[Lunar-commits] <moonbase> regionset: added version 0.1 to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 4 19:34:42 CET 2009
commit f38a707b6d6c9c52aa42e0443f3e31e300cbf749
Author: Paul Bredbury <brebs at sent.com>
Date: Wed Mar 4 19:34:42 2009 +0100
regionset: added version 0.1 to moonbase
Note: downloaded, compiled and installed OK,
unable to test as I have no DVD drive - engelsman
---
zbeta/regionset/BUILD | 12 ++++++++++++
zbeta/regionset/DETAILS | 21 +++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/zbeta/regionset/BUILD b/zbeta/regionset/BUILD
new file mode 100644
index 0000000..4b85c86
--- /dev/null
+++ b/zbeta/regionset/BUILD
@@ -0,0 +1,12 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ make &&
+ gzip regionset.8 &&
+ prepare_install &&
+ mkdir -p /usr/sbin /usr/share/doc/regionset /usr/share/man/man8 &&
+ cp -a regionset /usr/sbin/ &&
+ cp ChangeLog README /usr/share/doc/regionset/ &&
+ cp regionset.8.gz /usr/share/man/man8/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/regionset/DETAILS b/zbeta/regionset/DETAILS
new file mode 100644
index 0000000..a7c187a
--- /dev/null
+++ b/zbeta/regionset/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=regionset
+ VERSION=0.1
+ SOURCE=${MODULE}_$VERSION.orig.tar.gz
+ SOURCE2=${MODULE}_$VERSION-3.diff.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=http://ftp.debian.org/debian/pool/main/r/$MODULE/
+ SOURCE2_URL=http://ftp.debian.org/debian/pool/main/r/$MODULE/
+ SOURCE_VFY=sha1:c60b973f44288264234d07be1fb418b6e7bf61a5
+ SOURCE2_VFY=sha1:6778cf72342f50e9781fd24d596ec0cc9bcad8d1
+ WEB_SITE=http://linvdr.org/projects/regionset/
+ ENTERED=20090226
+ UPDATED=20090226
+ SHORT="view and modify the region code of DVD drives"
+
+cat << EOF
+Regionset is a small utility which displays and sets the region/zone
+setting of a DVD drive, allowing it to decrypt the DVDs sold in this
+geographical zone. Hardware vendors often limit the number of such
+modifications, but it is necessary to set it at least once with a brand
+new drive.
+EOF
More information about the Lunar-commits
mailing list