wok-current diff xorg-libXext-dev/receipt @ rev 13527
gtk+: Sync with wok-tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 20 13:55:32 2012 +0000 (2012-10-20) |
parents | be13f25e790b |
children | d6a16e45a244 |
line diff
1.1 --- a/xorg-libXext-dev/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/xorg-libXext-dev/receipt Sat Oct 20 13:55:32 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXext-dev" 1.7 -VERSION="1.1.2" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Common X extensions library devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -14,8 +14,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - 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 $install/usr/lib/*.*a* $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 }