wok diff xorg-libXi-dev/receipt @ rev 6719

Fixed linux recepit so there will be not need for them to be repackage twiced.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 17:57:21 2010 +0000 (2010-10-14)
parents 5014401a13f3
children 07ae722ec64e
line diff
     1.1 --- a/xorg-libXi-dev/receipt	Sun Jun 28 16:17:14 2009 +0200
     1.2 +++ b/xorg-libXi-dev/receipt	Thu Oct 14 17:57:21 2010 +0000
     1.3 @@ -1,9 +1,8 @@
     1.4  # SliTaz package receipt.
     1.5  PACKAGE="xorg-libXi-dev"
     1.6 -VERSION="1.1.3"
     1.7 -#VERSION="1.2.1"
     1.8 +VERSION="1.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg module devel files."
    1.11 +SHORT_DESC="Xorg library and devel files for the X Input Extension."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  WANTED="xorg-libXi"
    1.14  SOURCE="libXi"
    1.15 @@ -15,5 +14,5 @@
    1.16  	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.17  	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.18  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 -	#cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $_pkg/usr/include $fs/usr
    1.21  }