File: control

package info (click to toggle)
ruby-mkrf 0.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,688 kB
  • sloc: ansic: 12,494; ruby: 6,998; sh: 790; yacc: 374; makefile: 57; cpp: 10
file content (26 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: ruby-mkrf
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <cedric.boutillier@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), rake, zlib1g-dev, libxml2-dev, libxslt1-dev
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mkrf.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mkrf.git;a=summary
Homepage: http://mkrf.rubyforge.org/
XS-Ruby-Versions: all

Package: ruby-mkrf
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake
Suggests: rcov
Description: Ruby library generating Rakefiles to build C extensions to Ruby
 The mkrf Ruby library generates Rakefilesto build extensions to Ruby written
 in C.  Rakefiles are Ruby analogs of Makefiles, describing tasks for the Rake
 utility (Ruby make).
 . 
 This library is an alternative to the mkmf Ruby library, provided in the
 ruby-*-dev packages, the main difference being that mkmf generates Makefiles
 for the make utility instead.