milis/talimatname/genel/s/sassc/talimat

19 lines
359 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Sass CSS önişlemcisinin C uygulaması
# URL: http://libsass.org/
# Paketçi: yasarciv67
# Gerekler: libsass
# Grup: sistem
isim=sassc
surum=3.5.0
devir=1
kaynak=(https://github.com/sass/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}