wok diff marco/receipt @ rev 17806

mate-settings-daemon: fix /etc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 21 08:22:43 2015 +0100 (2015-03-21)
parents
children 479c30a9b8ed
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/marco/receipt	Sat Mar 21 08:22:43 2015 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="marco"
     1.7 +VERSION="1.9.3"
     1.8 +CATEGORY="utilities"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="A window manager for MATE Desktop."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.mate-desktop.org/"
    1.14 +WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ libcanberra libgtop xorg-libICE xorg-libSM xorg-libXt \
    1.17 +startup-notification"
    1.18 +BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool gtk-doc \
    1.19 +mate-common-dev mate-desktop-dev libcanberra-dev libgtop-dev yelp-tools \
    1.20 +xorg-libICE-dev xorg-libSM-dev xorg-libXt-dev startup-notification-dev \
    1.21 +util-linux-uuid-dev zenity"
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +	./autogen.sh                   \
    1.27 +		--prefix=/usr          \
    1.28 +		--sysconfdir=/etc      \
    1.29 +		--localstatedir=/var   \
    1.30 +		--disable-static       \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$DESTDIR install
    1.34 +}
    1.35 +
    1.36 +genpkg_rules()
    1.37 +{
    1.38 +	mkdir -p $fs/usr/bin $fs/usr/lib
    1.39 +	cp -a $install/usr/bin $fs/usr
    1.40 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.41 +}