wok-next annotate mate-system-monitor/receipt @ rev 19769
Update Perl XS modules that need perl-dev to build (unlike Pure Perl), rebuild all module packages as Perl version change.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 14 09:51:23 2017 +0300 (2017-06-14) |
parents | e863f2041090 |
children | 518c632316b9 |
rev | line source |
---|---|
yuripourre@16988 | 1 # SliTaz package receipt. |
yuripourre@16988 | 2 |
yuripourre@16988 | 3 PACKAGE="mate-system-monitor" |
yuripourre@16988 | 4 VERSION="1.9.0" |
yuripourre@16988 | 5 CATEGORY="utilities" |
yuripourre@16988 | 6 LICENSE="GPL3" |
yuripourre@16988 | 7 SHORT_DESC="MATE's system monitor." |
yuripourre@16988 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@16988 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
yuripourre@16988 | 10 WEB_SITE="http://www.mate-desktop.org/" |
yuripourre@16988 | 11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" |
yuripourre@18280 | 12 TAGS="MATE" |
yuripourre@16988 | 13 DEPENDS="dconf dbus-glib gtk+ libgtop libwnck librsvg" |
yuripourre@16988 | 14 BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \ |
yuripourre@16988 | 15 gtk+-dev gtk-doc dbus-glib-dev glibmm-dev gtkmm-dev libgtop-dev libwnck-dev librsvg-dev \ |
pascal@16989 | 16 yelp-tools mate-common-dev mate-icon-theme" |
yuripourre@16988 | 17 |
yuripourre@16988 | 18 # Rules to configure and make the package. |
yuripourre@16988 | 19 compile_rules() |
yuripourre@16988 | 20 { |
al@18741 | 21 ./autogen.sh \ |
yuripourre@16988 | 22 --prefix=/usr \ |
yuripourre@16988 | 23 --libexecdir=/usr/lib/$PACKAGE \ |
yuripourre@16988 | 24 --with-gtk=2.0 \ |
yuripourre@16988 | 25 --disable-static \ |
yuripourre@16988 | 26 $CONFIGURE_ARGS && |
yuripourre@16988 | 27 make && |
yuripourre@16988 | 28 make DESTDIR=$DESTDIR install |
yuripourre@16988 | 29 } |
yuripourre@16988 | 30 |
yuripourre@16988 | 31 genpkg_rules() |
yuripourre@16988 | 32 { |
yuripourre@16988 | 33 mkdir -p $fs/usr/share |
yuripourre@16988 | 34 cp -a $install/usr/bin $fs/usr |
yuripourre@16988 | 35 cp -a $install/usr/share/glib-2.0 $fs/usr/share |
yuripourre@16988 | 36 } |