wok-next view icc-profiles-openicc/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="icc-profiles-openicc"
4 VERSION="1.3.1"
5 CATEGORY="x-window"
6 SHORT_DESC="The OpenICC profiles"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.freedesktop.org/wiki/OpenIcc/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/openicc/$TARBALL"
15 compile_rules() {
16 ./configure \
17 --prefix=/usr \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install || return 1
22 chown -R 0:0 $install
23 fix symlinks
24 }
26 genpkg_rules() {
27 copy @std
28 }