wok-next annotate gtk2-engine-murrine/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents f48456621a9d
children
rev   line source
al@19848 1 # SliTaz package receipt v2.
al@14269 2
al@14269 3 PACKAGE="gtk2-engine-murrine"
al@14269 4 VERSION="0.98.2"
al@19126 5 CATEGORY="customization"
al@14269 6 SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14997 8 LICENSE="LGPL3"
al@19112 9 #WEB_SITE="http://www.cimitan.com/murrine"
al@20906 10 WEB_SITE="https://ubuntuforums.org/showthread.php?t=239378"
al@19848 11
al@14269 12 TARBALL="murrine-$VERSION.tar.xz"
pascal@17869 13 WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
al@14269 14
al@21017 15 BUILD_DEPENDS="gtk2-dev libxml2-dev intltool"
al@14269 16
al@20575 17 compile_rules() {
al@14269 18 ./configure \
al@14269 19 --disable-static \
al@14269 20 --enable-animation \
al@14269 21 $CONFIGURE_ARGS &&
al@20575 22 fix libtool &&
al@14269 23 make &&
al@14269 24 make install
al@14269 25 }
al@14269 26
al@20575 27 genpkg_rules() {
al@19848 28 copy @std
al@19848 29 TAGS="gtk2"
al@21017 30 DEPENDS="gtk2"
al@14269 31 }