wok diff gtkdialog/receipt @ rev 1019

fpm2: changed apps/menu name (Thanks cooltaz)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jul 08 23:48:13 2008 +0200 (2008-07-08)
parents 5f85fb04f6b8
children adcc56f6c3e9
line diff
     1.1 --- a/gtkdialog/receipt	Tue Dec 18 13:57:20 2007 +0100
     1.2 +++ b/gtkdialog/receipt	Tue Jul 08 23:48:13 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtkdialog"
     1.7 -VERSION="0.7.9"
     1.8 +VERSION="0.7.20"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Small utility for fast and easy GUI building using GTK+."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,11 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 +	./configure \
    1.19 +		--prefix=/usr \
    1.20 +		--infodir=/usr/share/info \
    1.21 +		--mandir=/usr/share/man \
    1.22 +		$CONFIGURE_ARGS
    1.23  	make
    1.24  	make DESTDIR=$PWD/_pkg install
    1.25  }
    1.26 @@ -25,7 +28,6 @@
    1.27  {
    1.28  	mkdir -p $fs/usr/share/examples
    1.29  	cp -a $_pkg/usr/bin $fs/usr
    1.30 -	strip -s $fs/usr/bin/*
    1.31  	# Fiew examples.
    1.32  	cp -a stuff/examples $fs/usr/share/examples/gtkdialog
    1.33  }