diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/libsass/build | 9 | ||||
-rw-r--r-- | community/libsass/checksums | 1 | ||||
-rw-r--r-- | community/libsass/depends | 2 | ||||
-rw-r--r-- | community/libsass/sources | 1 | ||||
-rw-r--r-- | community/libsass/version | 1 |
5 files changed, 14 insertions, 0 deletions
diff --git a/community/libsass/build b/community/libsass/build new file mode 100755 index 00000000..01959253 --- /dev/null +++ b/community/libsass/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +autoreconf -fi + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/community/libsass/checksums b/community/libsass/checksums new file mode 100644 index 00000000..dce20cb5 --- /dev/null +++ b/community/libsass/checksums @@ -0,0 +1 @@ +f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889 3.6.4.tar.gz diff --git a/community/libsass/depends b/community/libsass/depends new file mode 100644 index 00000000..910b342a --- /dev/null +++ b/community/libsass/depends @@ -0,0 +1,2 @@ +automake make +libtool make diff --git a/community/libsass/sources b/community/libsass/sources new file mode 100644 index 00000000..25011d07 --- /dev/null +++ b/community/libsass/sources @@ -0,0 +1 @@ +https://github.com/sass/libsass/archive/3.6.4.tar.gz diff --git a/community/libsass/version b/community/libsass/version new file mode 100644 index 00000000..08ea9adc --- /dev/null +++ b/community/libsass/version @@ -0,0 +1 @@ +3.6.4 1 |