aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnu-sed.rb
blob: 24ce88b3857c0aa966d5cc7a330239f9dd839447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class GnuSed <Formula
  @url='http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2'
  @homepage='http://www.gnu.org/software/sed/'
  @md5='7d310fbd76e01a01115075c1fd3f455a'

  def install
    system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--program-prefix=g"
    system "make install"
  end
end
te_line_referentials Chouette manage transport static data
aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/helpers/save_button.js
blob: 7e0bd5bbe8fb00676519b666e2d7bb156d2b9384 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47