wok rev 13079

Up: gdb to 7.4.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:55:14 2012 +0000 (2012-06-25)
parents d6a795fdb8fa
children 679eac52e631
files gdb-dev/receipt gdb-python/receipt gdb/receipt
line diff
     1.1 --- a/gdb-dev/receipt	Mon Jun 25 08:54:12 2012 +0000
     1.2 +++ b/gdb-dev/receipt	Mon Jun 25 08:55:14 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="gdb-dev"
     1.7 -VERSION="7.3.1"
     1.8 +VERSION="7.4.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Project Debugger dev files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -14,14 +14,14 @@
    1.13  	mkdir -p $fs/usr
    1.14  	
    1.15  	# Copying include dir if exists
    1.16 -	if [ -d "$_pkg/usr/include" ]; then
    1.17 -		cp -a $_pkg/usr/include $fs/usr
    1.18 +	if [ -d "$install/usr/include" ]; then
    1.19 +		cp -a $install/usr/include $fs/usr
    1.20  	fi
    1.21  	
    1.22  	# Copying pkgconfig dir if exists
    1.23 -	if [ -d "$_pkg/usr/lib/pkgconfig" ]; then
    1.24 +	if [ -d "$install/usr/lib/pkgconfig" ]; then
    1.25  		test -d $fs/usr/lib/ || mkdir -p $fs/usr/lib/
    1.26 -		cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.27 +		cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  	fi
    1.29  	
    1.30  	# Do not copy static libs, as they are all part of binutils
     2.1 --- a/gdb-python/receipt	Mon Jun 25 08:54:12 2012 +0000
     2.2 +++ b/gdb-python/receipt	Mon Jun 25 08:55:14 2012 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gdb-python"
     2.7 -VERSION="7.3.1"
     2.8 +VERSION="7.4.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="The GNU Project Debugger with Python support."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -26,6 +26,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr
    2.16 -	cp -a $_pkg/usr/bin $fs/usr
    2.17 +	cp -a $install/usr/bin $fs/usr
    2.18  }
    2.19  
     3.1 --- a/gdb/receipt	Mon Jun 25 08:54:12 2012 +0000
     3.2 +++ b/gdb/receipt	Mon Jun 25 08:55:14 2012 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gdb"
     3.7 -VERSION="7.3.1"
     3.8 +VERSION="7.4.1"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="The GNU Project Debugger."
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12 @@ -25,6 +25,6 @@
    3.13  genpkg_rules()
    3.14  {
    3.15  	mkdir -p $fs/usr
    3.16 -	cp -a $_pkg/usr/bin $fs/usr
    3.17 +	cp -a $install/usr/bin $fs/usr
    3.18  }
    3.19