description="C implementation of Sass CSS preprocessor (library)."
url="http://libsass.org/"

packager="Great-OS Team"
maintainer="rems"

name=libsass
version=3.6.6

source=(https://github.com/sass/$name/archive/$version/$name-$version.tar.gz)

build() {
cd $name-$version

autoreconf -fiv

        ./configure --prefix=/usr \
	            --disable-static

	make
	make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libsass.la
}
