wok-next diff rainbow-cm/receipt @ rev 21014

x265: fix build for i486 arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 11:28:22 2018 +0300 (2018-10-14)
parents
children f48456621a9d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rainbow-cm/receipt	Sun Oct 14 11:28:22 2018 +0300
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="rainbow-cm"
     1.7 +VERSION="git20161213" # no releases there
     1.8 +COMMIT="6a163d7"
     1.9 +CATEGORY="x-window"
    1.10 +SHORT_DESC="Rainbow Clipboard Manager"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="GPL3"
    1.13 +WEB_SITE="https://github.com/sde-gui/rainbow-cm"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://github.com/sde-gui/rainbow-cm/archive/$COMMIT.tar.gz"
    1.17 +
    1.18 +BUILD_DEPENDS="automake gettext intltool gtk+-dev"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	./autogen.sh &&
    1.22 +	./configure $CONFIGURE_ARGS &&
    1.23 +	make &&
    1.24 +	make install
    1.25 +}
    1.26 +
    1.27 +genpkg_rules() {
    1.28 +	copy @std
    1.29 +	DEPENDS="glib gtk+ pango xorg-libX11"
    1.30 +}