wok diff stjerm-terminal/receipt @ rev 15097

stjerm-terminal: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 11:54:46 2013 +0000 (2013-08-14)
parents d0efd4654127
children 3aba2afc1a56
line diff
     1.1 --- a/stjerm-terminal/receipt	Sat Apr 18 17:51:16 2009 +0200
     1.2 +++ b/stjerm-terminal/receipt	Wed Aug 14 11:54:46 2013 +0000
     1.3 @@ -6,29 +6,31 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Stjerm is a quake-like terminal emulator. It's window is shown with a key shortcut."
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 -DEPENDS="vte"
     1.8 -BUILD_DEPENDS="vte-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.12  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="vte"
    1.15 +BUILD_DEPENDS="vte-dev glib-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -    ./autogen.sh
    1.22 +	./autogen.sh
    1.23  	./configure \
    1.24  		--prefix=/usr \
    1.25  		--infodir=/usr/share/info \
    1.26  		--mandir=/usr/share/man \
    1.27  		$CONFIGURE_ARGS &&
    1.28 -	make && make DESTDIR=$PWD/_pkg install
    1.29 +	make && make DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr
    1.36 -	cp -a $_pkg/usr/bin $fs/usr
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38  }
    1.39