65b0891c91
This reverts commit e6681e2753
.
This still breaks at least arc-theme.
32 lines
781 B
Bash
32 lines
781 B
Bash
# Template file for 'libsass'
|
|
pkgname=libsass
|
|
reverts="3.6.3_1 3.6.2_1"
|
|
version=3.6.1
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
short_desc="C implementation of Sass CSS preprocessor"
|
|
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://www.sass-lang.com/libsass"
|
|
distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=18d6e866ba2430cccae2551f384aca253a84592c692ce7146550f1d4f273b7d7
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 autoreconf -fi
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|