wok-next diff icc-profiles-openicc/receipt @ rev 21156

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 02 16:32:35 2019 +0200 (2019-02-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/icc-profiles-openicc/receipt	Sat Feb 02 16:32:35 2019 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="icc-profiles-openicc"
     1.7 +VERSION="1.3.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="The OpenICC profiles"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.freedesktop.org/wiki/OpenIcc/"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$SF_MIRROR/openicc/$TARBALL"
    1.17 +
    1.18 +compile_rules() {
    1.19 +	./configure \
    1.20 +		--prefix=/usr \
    1.21 +		$CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23 +	make install || return 1
    1.24 +
    1.25 +	chown -R 0:0 $install
    1.26 +	fix symlinks
    1.27 +}
    1.28 +
    1.29 +genpkg_rules() {
    1.30 +	copy @std
    1.31 +}