wok rev 21976
updated stjerm-terminal (0.11 -> 0.18)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 16:29:19 2019 +0100 (2019-10-11) |
parents | 063c090815cb |
children | dfc23d2b90b1 |
files | stjerm-terminal/receipt |
line diff
1.1 --- a/stjerm-terminal/receipt Fri Oct 11 14:31:25 2019 +0100 1.2 +++ b/stjerm-terminal/receipt Fri Oct 11 16:29:19 2019 +0100 1.3 @@ -2,30 +2,31 @@ 1.4 1.5 PACKAGE="stjerm-terminal" 1.6 SOURCE="stjerm" 1.7 -VERSION="0.11" 1.8 +VERSION="0.18" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Stjerm is a quake-like terminal emulator. It's window is shown with a key shortcut." 1.11 +TAGS="terminal" 1.12 +SHORT_DESC="A quake-like terminal emulator. It's window is shown with a key shortcut." 1.13 MAINTAINER="mallory@sweetpeople.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://github.com/stjerm/stjerm" 1.16 + 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://github.com/stjerm/stjerm" 1.19 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.20 -TAGS="terminal" 1.21 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.22 1.23 DEPENDS="vte" 1.24 -BUILD_DEPENDS="vte-dev glib-dev gtk+-dev automake" 1.25 +BUILD_DEPENDS="automake glib-dev gtk+-dev vte-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 ./autogen.sh 1.32 - ./configure \ 1.33 - --prefix=/usr \ 1.34 - --infodir=/usr/share/info \ 1.35 - --mandir=/usr/share/man \ 1.36 + ./configure \ 1.37 + --prefix=/usr \ 1.38 + --infodir=/usr/share/info \ 1.39 + --mandir=/usr/share/man \ 1.40 $CONFIGURE_ARGS && 1.41 - make && make DESTDIR=$DESTDIR install 1.42 + make && 1.43 + make DESTDIR=$DESTDIR install 1.44 } 1.45 1.46 # Rules to gen a SliTaz package suitable for Tazpkg. 1.47 @@ -34,4 +35,3 @@ 1.48 mkdir -p $fs/usr 1.49 cp -a $install/usr/bin $fs/usr 1.50 } 1.51 -