added ruby-uuidtools
[crux-ports.git] / ruby-uuidtools / Pkgfile
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
+}