wok diff scite/receipt @ rev 5875

cpufrequtils: fix category
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Jul 20 19:24:55 2010 +0200 (2010-07-20)
parents 1d8e4936f96b
children 3ffa2622d469
line diff
     1.1 --- a/scite/receipt	Thu Jan 21 23:09:20 2010 +0100
     1.2 +++ b/scite/receipt	Tue Jul 20 19:24:55 2010 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Editor with syntax highlighting and source code editing features."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 +DEPENDS="gtk+ xorg-libXdamage gcc-lib-base"
     1.9  BUILD_DEPENDS="gtk+-dev"
    1.10  TARBALL="${PACKAGE}${SHORT_VERSION}.tgz"
    1.11  WEB_SITE="http://www.scintilla.org/"
    1.12 @@ -22,7 +22,7 @@
    1.13  
    1.14  	# Build SciTE
    1.15  	cd scite/gtk
    1.16 -	make GTK2=1 prefix=/usr
    1.17 +	make GTK2=1 prefix=/usr &&
    1.18  	make prefix=/usr DESTDIR=$src/_pkg install
    1.19  }
    1.20