wok-current annotate mate-terminal/receipt @ rev 16950

Add mate-terminal
author Yuri Pourre <yuripourre@gmail.com>
date Sat Jul 26 02:04:55 2014 -0300 (2014-07-26)
parents
children ea0b0780b9d9
rev   line source
yuripourre@16950 1 # SliTaz package receipt.
yuripourre@16950 2
yuripourre@16950 3 PACKAGE="mate-terminal"
yuripourre@16950 4 VERSION="1.9.0"
yuripourre@16950 5 CATEGORY="utilities"
yuripourre@16950 6 LICENSE="GPL3"
yuripourre@16950 7 SHORT_DESC="MATE Terminal is a terminal emulator for the MATE desktop."
yuripourre@16950 8 MAINTAINER="yuripourre@gmail.com"
yuripourre@16950 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
yuripourre@16950 10 WEB_SITE="http://www.mate-desktop.org/"
yuripourre@16950 11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
yuripourre@16950 12
yuripourre@16950 13 DEPENDS="gtk+ dconf util-linux-uuid vte mate-desktop harfbuzz"
yuripourre@16950 14 BUILD_DEPENDS="wget dconf-dev gtk+-dev util-linux-uuid-dev vte-dev \
yuripourre@16950 15 mate-common mate-desktop yelp-tools autoconf automake libtool itstool \
yuripourre@16950 16 harfbuzz-dev"
yuripourre@16950 17
yuripourre@16950 18 # Rules to configure and make the package.
yuripourre@16950 19 compile_rules()
yuripourre@16950 20 {
yuripourre@16950 21 ./autogen.sh \
yuripourre@16950 22 --prefix=/usr \
yuripourre@16950 23 --sysconfdir=/etc \
yuripourre@16950 24 --localstatedir=/var \
yuripourre@16950 25 --disable-static \
yuripourre@16950 26 --disable-scrollkeeper \
yuripourre@16950 27 --with-gnu-ld \
yuripourre@16950 28 $CONFIGURE_ARGS &&
yuripourre@16950 29 make &&
yuripourre@16950 30 make DESTDIR=$DESTDIR install
yuripourre@16950 31 }
yuripourre@16950 32
yuripourre@16950 33 genpkg_rules()
yuripourre@16950 34 {
yuripourre@16950 35 mkdir -p $fs/usr
yuripourre@16950 36 cp -a $install/usr $fs
yuripourre@16950 37 }