wok diff gtk2-engine-murrine/receipt @ rev 14904
kbd*: up 1.15.5; retawq and kbd: place .mo files to right place; locale-pl: try to fix; slitaz-i18n: no more pcmanfm, kbd really not a core package but contains translations for kbd-base.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 31 20:21:51 2013 +0300 (2013-07-31) |
parents | |
children | 7d6089953592 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtk2-engine-murrine/receipt Wed Jul 31 20:21:51 2013 +0300 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gtk2-engine-murrine" 1.7 +VERSION="0.98.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="GTK2 engine to make your desktop look like a murrina" 1.10 +MAINTAINER="jozee@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.cimitan.com/murrine" 1.13 +TARBALL="murrine-$VERSION.tar.xz" 1.14 +WGET_URL="$GNOME_MIRROR/murrine/0.98/$TARBALL" 1.15 +TAGS="gtk2" 1.16 + 1.17 +DEPENDS="gtk+" 1.18 +BUILD_DEPENDS="gtk+-dev libxml2-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure \ 1.24 + --disable-static \ 1.25 + --enable-animation \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && 1.28 + make install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr 1.35 + cp -a $install/usr/lib $fs/usr 1.36 + cp -a $install/usr/share $fs/usr 1.37 + find $fs -name '*.la' -delete 1.38 +} 1.39 +