diff options
author | obache <obache> | 2011-02-15 10:24:00 +0000 |
---|---|---|
committer | obache <obache> | 2011-02-15 10:24:00 +0000 |
commit | b07242e3a89674f5162bcf45c7f5792230aedfed (patch) | |
tree | 86313ec5af85ddf09dcac0e7788c4b6fd9ec7046 /archivers | |
parent | 6368ca74fa918e90592fb0c814cd946c016c2bfe (diff) | |
download | pkgsrc-b07242e3a89674f5162bcf45c7f5792230aedfed.tar.gz |
Import ruby-bz2-0.2.2 as archivers/ruby-bz2.
This is an interface to the library libbzip2 for Ruby.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-bz2/DESCR | 1 | ||||
-rw-r--r-- | archivers/ruby-bz2/Makefile | 21 | ||||
-rw-r--r-- | archivers/ruby-bz2/PLIST | 2 | ||||
-rw-r--r-- | archivers/ruby-bz2/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/archivers/ruby-bz2/DESCR b/archivers/ruby-bz2/DESCR new file mode 100644 index 00000000000..130da2b7b12 --- /dev/null +++ b/archivers/ruby-bz2/DESCR @@ -0,0 +1 @@ +This is an interface to the library libbzip2 for Ruby. diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile new file mode 100644 index 00000000000..c39b81e9e0c --- /dev/null +++ b/archivers/ruby-bz2/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/15 10:24:00 obache Exp $ +# + +DISTNAME= bz2-0.2.2 +CATEGORIES= archivers +MASTER_SITES= http://rubyforge.org/frs/download.php/56889/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://rubyforge.org/projects/bz2/ +COMMENT= Ruby interface to the library libbzip2 +LICENSE= ruby-license + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_RUBY_EXTCONF= yes + +CONFIGURE_ARGS+= --with-bz2-dir=${BUILDLINK_PREFIX.bzip2} + +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/ruby-bz2/PLIST b/archivers/ruby-bz2/PLIST new file mode 100644 index 00000000000..2963f35db32 --- /dev/null +++ b/archivers/ruby-bz2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/15 10:24:00 obache Exp $ +${RUBY_VENDORARCHLIB}/bz2.${RUBY_DLEXT} diff --git a/archivers/ruby-bz2/distinfo b/archivers/ruby-bz2/distinfo new file mode 100644 index 00000000000..b7ff917a93f --- /dev/null +++ b/archivers/ruby-bz2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/15 10:24:00 obache Exp $ + +SHA1 (bz2-0.2.2.tar.gz) = d7315b5a054ff824c8022cc19b29ccbb1bd10255 +RMD160 (bz2-0.2.2.tar.gz) = af39483be363d72a34bf82eebfcf072618e75145 +Size (bz2-0.2.2.tar.gz) = 17129 bytes |