wok-next annotate mate-panel/receipt @ rev 18078
Add: mate-panel
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri May 22 17:37:02 2015 -0300 (2015-05-22) |
parents | |
children | 6c702454c949 |
rev | line source |
---|---|
yuripourre@18078 | 1 # SliTaz package receipt. |
yuripourre@18078 | 2 |
yuripourre@18078 | 3 PACKAGE="mate-panel" |
yuripourre@18078 | 4 VERSION="1.9.1" |
yuripourre@18078 | 5 CATEGORY="utilities" |
yuripourre@18078 | 6 LICENSE="GPL3" |
yuripourre@18078 | 7 SHORT_DESC="Panel where you can run applications and applets using MATE." |
yuripourre@18078 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@18078 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
yuripourre@18078 | 10 WEB_SITE="http://www.mate-desktop.org/" |
yuripourre@18078 | 11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" |
yuripourre@18078 | 12 |
yuripourre@18078 | 13 DEPENDS="gtk+ dconf caja" |
yuripourre@18078 | 14 BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \ |
yuripourre@18078 | 15 gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \ |
yuripourre@18078 | 16 harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \ |
yuripourre@18078 | 17 libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \ |
yuripourre@18078 | 18 libmateweather libsoup-dev" |
yuripourre@18078 | 19 |
yuripourre@18078 | 20 # Rules to configure and make the package. |
yuripourre@18078 | 21 compile_rules() |
yuripourre@18078 | 22 { |
yuripourre@18078 | 23 ./autogen.sh \ |
yuripourre@18078 | 24 --prefix=/usr \ |
yuripourre@18078 | 25 --sysconfdir=/etc \ |
yuripourre@18078 | 26 --localstatedir=/var \ |
yuripourre@18078 | 27 --enable-introspection \ |
yuripourre@18078 | 28 --disable-static |
yuripourre@18078 | 29 $CONFIGURE_ARGS && |
yuripourre@18078 | 30 make && |
yuripourre@18078 | 31 make DESTDIR=$DESTDIR install |
yuripourre@18078 | 32 } |
yuripourre@18078 | 33 |
yuripourre@18078 | 34 genpkg_rules() |
yuripourre@18078 | 35 { |
yuripourre@18078 | 36 mkdir -p $fs/usr/share |
yuripourre@18078 | 37 cp -a $install/usr/share $fs/usr |
yuripourre@18078 | 38 } |