wok-current diff scite/receipt @ rev 8726
Fixed slitaz-base-files. We use full path in now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 18 22:24:19 2011 +0000 (2011-02-18) |
parents | 7f30061f1a50 |
children | 0b8fdc613a70 |
line diff
1.1 --- a/scite/receipt Thu Dec 16 23:03:26 2010 +0000 1.2 +++ b/scite/receipt Fri Feb 18 22:24:19 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 }