wok diff emerald/receipt @ rev 12853

ytree: cross-compile, use ncursew, add desktop file. So we have a file manager for ARM until glib/mc will cross...
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 23 13:48:16 2012 +0200 (2012-05-23)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/emerald/receipt	Wed May 23 13:48:16 2012 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="emerald"
     1.7 +VERSION="0.9.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Window decorator for Compiz."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://www.compiz.org"
    1.13 +WGET_URL="http://cgit.compiz.org/fusion/decorators/emerald/snapshot/$TARBALL"
    1.14 +
    1.15 +DEPENDS="xorg-libX11 gtk+ libwnck compiz-core"
    1.16 +BUILD_DEPENDS="xorg-dev gtk+-dev libwnck-dev compiz-core-dev autoconf \
    1.17 +automake libtool"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./autogen.sh --prefix=/usr $CONFIGURE_ARGS &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
    1.33 +	cp -a $install/usr/lib/libemeraldengine.so* $fs/usr/lib
    1.34 +	rm -f $fs/usr/lib/$PACKAGE/*/*.*a
    1.35 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.36 +	cp -a $install/usr/share/mime* $fs/usr/share
    1.37 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.38 +	# SliTaz config and theme (to move in slitaz-configs ?)
    1.39 +	cp -f $stuff/settings.ini $fs/usr/share/emerald
    1.40 +	cp -f $stuff/theme.ini $fs/usr/share/emerald/theme
    1.41 +}