Sha256: 3ba629821b2d569912c2876de1a1c90375b1c6dc69ea83e7e3305b93e44ab103

Contents?: true

Size: 347 Bytes

Versions: 3

Compression:

Stored size: 347 Bytes

Contents

#!/usr/bin/env ruby
#
#  Created by Angel Pizarro on 2007-03-15.
#  Copyright (c) 2007. All rights reserved.
require 'mkmf'
dir_config("barcode")
if have_library("barcode") 
  create_makefile('gbarcode')
else
  raise Exception.new("GNU Barcode is no longer bundled with the gbarcode gem. Please install GNU barcode before installing this gem")
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
gbarcode-linux-0.98.20 ext/extconf.rb
gbarcode-98-20-0.98.21 ext/extconf.rb
gbarcode-98-20-0.98.20 ext/extconf.rb