wok rev 16950

Add mate-terminal
author Yuri Pourre <yuripourre@gmail.com>
date Sat Jul 26 02:04:55 2014 -0300 (2014-07-26)
parents 4d3e5826ef8a
children 79ec85521a08
files mate-terminal/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-terminal/receipt	Sat Jul 26 02:04:55 2014 -0300
     1.3 @@ -0,0 +1,37 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mate-terminal"
     1.7 +VERSION="1.9.0"
     1.8 +CATEGORY="utilities"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="MATE Terminal is a terminal emulator for the 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+ dconf util-linux-uuid vte mate-desktop harfbuzz"
    1.17 +BUILD_DEPENDS="wget dconf-dev gtk+-dev util-linux-uuid-dev vte-dev \
    1.18 +mate-common mate-desktop yelp-tools autoconf automake libtool itstool \
    1.19 +harfbuzz-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./autogen.sh                   \
    1.25 +		--prefix=/usr          \
    1.26 +		--sysconfdir=/etc      \
    1.27 +		--localstatedir=/var   \
    1.28 +		--disable-static       \
    1.29 +		--disable-scrollkeeper \
    1.30 +		--with-gnu-ld          \
    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
    1.39 +	cp -a $install/usr $fs
    1.40 +}