# HG changeset patch # User Christopher Rogers # Date 1296942609 0 # Node ID 3b6c795f43744358e033387447023b657a4588a5 # Parent 3cc677a6aa669666f85f79e6a2b42d2b6791dcd0 Up: scite to 2.24. diff -r 3cc677a6aa66 -r 3b6c795f4374 scite/receipt --- a/scite/receipt Sat Feb 05 21:36:54 2011 +0000 +++ b/scite/receipt Sat Feb 05 21:50:09 2011 +0000 @@ -1,14 +1,13 @@ # SliTaz package receipt. PACKAGE="scite" -VERSION="2.23" -SHORT_VERSION="223" +VERSION="2.24" CATEGORY="utilities" SHORT_DESC="Editor with syntax highlighting and source code editing features." MAINTAINER="rcx@zoominternet.net" DEPENDS="gtk+ xorg-libXdamage gcc-lib-base" BUILD_DEPENDS="gtk+-dev" -TARBALL="${PACKAGE}${SHORT_VERSION}.tgz" +TARBALL="${PACKAGE}${VERSION/./}.tgz" WEB_SITE="http://www.scintilla.org/" WGET_URL="$SF_MIRROR/scintilla/$TARBALL" @@ -16,12 +15,11 @@ compile_rules() { # Build scintilla - cd scintilla/gtk + cd $src/scintilla/gtk make GTK2=1 prefix=/usr - cd ../.. # Build SciTE - cd scite/gtk + cd $src/scite/gtk make GTK2=1 prefix=/usr && make prefix=/usr DESTDIR=$src/_pkg install }