X-Git-Url: http://git.code-monkey.de/?p=crux-ports.git;a=blobdiff_plain;f=ruby-uuidtools%2FPkgfile;fp=ruby-uuidtools%2FPkgfile;h=6bb39e5372e4c5378e13503a73c712438a87a529;hp=0000000000000000000000000000000000000000;hb=e9db63f1a91e443ecb64c835ec075d8e7b089a45;hpb=d09c01f9099304b976149b52136a7309ab63eae4 diff --git a/ruby-uuidtools/Pkgfile b/ruby-uuidtools/Pkgfile new file mode 100644 index 0000000..6bb39e5 --- /dev/null +++ b/ruby-uuidtools/Pkgfile @@ -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 +}