added ruby-uuidtools
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 30 Apr 2006 16:41:45 +0000 (18:41 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 30 Apr 2006 16:41:45 +0000 (18:41 +0200)
ruby-uuidtools/.footprint [new file with mode: 0644]
ruby-uuidtools/.md5sum [new file with mode: 0644]
ruby-uuidtools/Pkgfile [new file with mode: 0644]

diff --git a/ruby-uuidtools/.footprint b/ruby-uuidtools/.footprint
new file mode 100644 (file)
index 0000000..5d374e6
--- /dev/null
@@ -0,0 +1,6 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/ruby/
+drwxr-xr-x     root/root       usr/lib/ruby/site_ruby/
+drwxr-xr-x     root/root       usr/lib/ruby/site_ruby/1.8/
+-rw-r--r--     root/root       usr/lib/ruby/site_ruby/1.8/uuidtools.rb
diff --git a/ruby-uuidtools/.md5sum b/ruby-uuidtools/.md5sum
new file mode 100644 (file)
index 0000000..e1fc46f
--- /dev/null
@@ -0,0 +1 @@
+c3ca06f4dd149cd63d0d0582bd19d27e  uuidtools-1.0.0.tgz
diff --git a/ruby-uuidtools/Pkgfile b/ruby-uuidtools/Pkgfile
new file mode 100644 (file)
index 0000000..6bb39e5
--- /dev/null
@@ -0,0 +1,16 @@
+# Description: UUID library for Ruby
+# URL: http://rubyforge.org/projects/uuidtools/
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: ruby
+
+name=ruby-uuidtools
+version=1.0.0
+release=1
+source=(http://rubyforge.org/frs/download.php/8571/uuidtools-$version.tgz)
+
+build() {
+       cd uuidtools-$version
+
+       install -d $PKG/usr/lib/ruby/site_ruby/1.8
+       install -m 644 lib/uuidtools.rb $PKG/usr/lib/ruby/site_ruby/1.8
+}