require 'formula' class Libresample < Formula homepage 'https://ccrma.stanford.edu/~jos/resample/Available_Software.html' url 'http://ftp.de.debian.org/debian/pool/main/libr/libresample/libresample_0.1.3.orig.tar.gz' sha1 '85339a6114627e27010856f42a3948a545ca72de' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" lib.install 'libresample.a' include.install 'include/libresample.h' end end logo'/> index : angular.js
aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngNonBindable.js
blob: 6622677a581528fe6cdeecb54fc396a1ffb8c3bd (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