|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $ | # $ |
| |
inherit libtool eutils |
inherit libtool eutils multilib |
| |
DESCRIPTION="A lightweight, speed optimized color management engine" | DESCRIPTION="A lightweight, speed optimized color management engine" |
HOMEPAGE="http://www.littlecms.com/" | HOMEPAGE="http://www.littlecms.com/" |
|
|
emake \ | emake \ |
DESTDIR="${D}" \ | DESTDIR="${D}" \ |
BINDIR="${D}"/usr/bin \ | BINDIR="${D}"/usr/bin \ |
|
libdir="/usr/$(get_libdir)" \ |
install || die "make install failed" | install || die "make install failed" |
| |
insinto /usr/share/lcms/profiles | insinto /usr/share/lcms/profiles |