wok diff terminal/receipt @ rev 8145
Add libssh. Needed for xmbc.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jan 25 02:48:15 2011 +0000 (2011-01-25) |
parents | 866fa2493b1b |
children | ca941bd0c083 |
line diff
1.1 --- a/terminal/receipt Wed Feb 24 12:13:18 2010 +0000 1.2 +++ b/terminal/receipt Tue Jan 25 02:48:15 2011 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="terminal" 1.7 -VERSION="0.2.12" 1.8 +VERSION="0.4.5" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="libexo vte startup-notification dbus" 1.13 -BUILD_DEPENDS="libexo-dev vte-dev dbus-dev startup-notification-dev" 1.14 +BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev intltool pkg-config util-linux-ng-uuid-dev" 1.15 SOURCE="Terminal" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.xfce.org/" 1.18 -WGET_URL="$WEB_SITE/archive/xfce/4.6.1/src/$TARBALL" 1.19 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.20 TAGS="terminal" 1.21 1.22 # Rules to configure and make the package. 1.23 @@ -18,7 +18,8 @@ 1.24 { 1.25 cd $src 1.26 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.27 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.28 + --mandir=/usr/share/man --libexecdir=/usr/lib/xfce4 \ 1.29 + --disable-static $CONFIGURE_ARGS && \ 1.30 make && make DESTDIR=$PWD/_pkg install 1.31 } 1.32