9c52e1524f
Closes: #10735 [via git-merge-pr]
31 lines
728 B
Bash
31 lines
728 B
Bash
# Template file for 'libsass'
|
|
pkgname=libsass
|
|
version=3.4.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
short_desc="C implementation of Sass CSS preprocessor"
|
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
|
homepage="http://libsass.org/"
|
|
license="MIT"
|
|
distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=2344372fa613db1ef1401bea03abc23e824cb33b03ba2276ec56602dc8ab003f
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
libsass-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove "usr/lib/*.a"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|