wok diff matchbox-panel-2/receipt @ rev 11937

pcmanfm: removed unnecessary copy operation
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 21:23:45 2012 -0800 (2012-02-29)
parents
children 73641efed1cc
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/matchbox-panel-2/receipt	Wed Feb 29 21:23:45 2012 -0800
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="matchbox-panel-2"
     1.7 +VERSION="2111"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Matchbox panel v2."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="http://matchbox-project.org/"
    1.13 +WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
    1.14 +BRANCH="$VERSION"
    1.15 +
    1.16 +DEPENDS="gtk+ dbus dbus-glib util-linux-ng-uuid"
    1.17 +BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-ng-uuid-dev subversion"
    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 \
    1.24 +		--disable-startup-notification \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib/matchbox-panel
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34 +	cp -a $install/usr/lib/matchbox-panel/*.so \
    1.35 +		$fs/usr/lib/matchbox-panel
    1.36 +	cp -a $install/usr/share $fs/usr
    1.37 +}