wok-current rev 18078
Add: mate-panel
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri May 22 17:37:02 2015 -0300 (2015-05-22) |
parents | 16df76e1fc6a |
children | 6c702454c949 |
files | mate-panel/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mate-panel/receipt Fri May 22 17:37:02 2015 -0300 1.3 @@ -0,0 +1,38 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mate-panel" 1.7 +VERSION="1.9.1" 1.8 +CATEGORY="utilities" 1.9 +LICENSE="GPL3" 1.10 +SHORT_DESC="Panel where you can run applications and applets using MATE." 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+ dconf caja" 1.17 +BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \ 1.18 +gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \ 1.19 +harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \ 1.20 +libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \ 1.21 +libmateweather libsoup-dev" 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 + --enable-introspection \ 1.31 + --disable-static 1.32 + $CONFIGURE_ARGS && 1.33 + make && 1.34 + make DESTDIR=$DESTDIR install 1.35 +} 1.36 + 1.37 +genpkg_rules() 1.38 +{ 1.39 + mkdir -p $fs/usr/share 1.40 + cp -a $install/usr/share $fs/usr 1.41 +}