wok rev 8428
Up: scite to 2.24.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 05 21:50:09 2011 +0000 (2011-02-05) |
parents | 3cc677a6aa66 |
children | 3ef389530d14 |
files | scite/receipt |
line diff
1.1 --- a/scite/receipt Sat Feb 05 21:36:54 2011 +0000 1.2 +++ b/scite/receipt Sat Feb 05 21:50:09 2011 +0000 1.3 @@ -1,14 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scite" 1.7 -VERSION="2.23" 1.8 -SHORT_VERSION="223" 1.9 +VERSION="2.24" 1.10 CATEGORY="utilities" 1.11 SHORT_DESC="Editor with syntax highlighting and source code editing features." 1.12 MAINTAINER="rcx@zoominternet.net" 1.13 DEPENDS="gtk+ xorg-libXdamage gcc-lib-base" 1.14 BUILD_DEPENDS="gtk+-dev" 1.15 -TARBALL="${PACKAGE}${SHORT_VERSION}.tgz" 1.16 +TARBALL="${PACKAGE}${VERSION/./}.tgz" 1.17 WEB_SITE="http://www.scintilla.org/" 1.18 WGET_URL="$SF_MIRROR/scintilla/$TARBALL" 1.19 1.20 @@ -16,12 +15,11 @@ 1.21 compile_rules() 1.22 { 1.23 # Build scintilla 1.24 - cd scintilla/gtk 1.25 + cd $src/scintilla/gtk 1.26 make GTK2=1 prefix=/usr 1.27 - cd ../.. 1.28 1.29 # Build SciTE 1.30 - cd scite/gtk 1.31 + cd $src/scite/gtk 1.32 make GTK2=1 prefix=/usr && 1.33 make prefix=/usr DESTDIR=$src/_pkg install 1.34 }