wok diff surf/receipt @ rev 12715

cross-arm-binutils: improve package (use symlinks for gcc lib/include path)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 04:00:34 2012 +0200 (2012-05-05)
parents 02bbaa9d12ba
children 1ae5963f23df
line diff
     1.1 --- a/surf/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/surf/receipt	Sat May 05 04:00:34 2012 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="surf"
     1.5  VERSION="0.4.1"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="surf is a simple web browser based on WebKit/GTK+"
     1.8 +SHORT_DESC="Surf is a simple web browser based on WebKit/GTK+"
     1.9  MAINTAINER="mallory@sweetpeople.org"
    1.10  DEPENDS="libwebkit libsoup libxml2 gnutls gtk+"
    1.11  BUILD_DEPENDS="libwebkit-dev libsoup-dev libxml2-dev gnutls-dev gtk+-dev"
    1.12 @@ -26,13 +26,5 @@
    1.13  	# Surf binary
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $_pkg/usr/local/bin $fs/usr
    1.16 -
    1.17 -	# Surf icon
    1.18 -	mkdir -p $fs/usr/share/pixmaps
    1.19 -	cp -a stuff/surf.png $fs/usr/share/pixmaps/
    1.20 -
    1.21 -	# Surf desktop info
    1.22 -	mkdir -p $fs/usr/share/applications
    1.23 -	cp -a stuff/surf.desktop $fs/usr/share/applications/
    1.24  }
    1.25