ruby-vorbistagger: initial release
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 31 Dec 2006 12:59:24 +0000 (13:59 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 31 Dec 2006 12:59:24 +0000 (13:59 +0100)
ruby-vorbistagger/.footprint [new file with mode: 0644]
ruby-vorbistagger/.md5sum [new file with mode: 0644]
ruby-vorbistagger/Pkgfile [new file with mode: 0644]

diff --git a/ruby-vorbistagger/.footprint b/ruby-vorbistagger/.footprint
new file mode 100644 (file)
index 0000000..475f67b
--- /dev/null
@@ -0,0 +1,10 @@
+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/
+drwxr-xr-x     root/root       usr/lib/ruby/site_ruby/1.8/linux/
+-rwxr-xr-x     root/root       usr/lib/ruby/site_ruby/1.8/linux/vorbistagger_ext.so
+drwxr-xr-x     root/root       usr/lib/ruby/site_ruby/1.8/ogg/
+drwxr-xr-x     root/root       usr/lib/ruby/site_ruby/1.8/ogg/vorbis/
+-rw-r--r--     root/root       usr/lib/ruby/site_ruby/1.8/ogg/vorbis/tagger.rb
diff --git a/ruby-vorbistagger/.md5sum b/ruby-vorbistagger/.md5sum
new file mode 100644 (file)
index 0000000..1db55b2
--- /dev/null
@@ -0,0 +1 @@
+ae146df64a1600843764dcbd64b3388e  ruby-vorbistagger-0.0.1.tar.gz
diff --git a/ruby-vorbistagger/Pkgfile b/ruby-vorbistagger/Pkgfile
new file mode 100644 (file)
index 0000000..6196b3b
--- /dev/null
@@ -0,0 +1,15 @@
+# Description: Ruby extension to read/write Ogg Vorbis comments/tags
+# Maintainer: Tilman Sauerbeck, tilman at crux nu
+# URL: http://code-monkey.de/pages/ruby-vorbistagger
+# Depends on: ruby libvorbis
+
+name=ruby-vorbistagger
+version=0.0.1
+release=1
+source=(ftp://code-monkey.de/pub/$name/$name-$version.tar.gz)
+
+build () {
+       cd $name-$version
+
+       rake DESTDIR=$PKG install
+}