description="C implementation of Sass CSS preprocessor." url="http://libsass.org/" packager="spiky " contributors="Fanch, tnut" makedepends=(libsass) name=sassc version=3.6.2 source=(https://github.com/sass/sassc/archive/$version/sassc-$version.tar.gz) build() { cd $name-$version autoreconf -fi ./configure --prefix=/usr make make DESTDIR=$PKG install }