wok-current diff xorg-libXp-dev/receipt @ rev 14601
SLiM session: slim up 1.3.5; added slim-theme manager; added three hand-made themes. Read forum for details
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 28 13:24:15 2013 +0000 (2013-05-28) |
parents | be13f25e790b |
children | 9698a68fe988 |
line diff
1.1 --- a/xorg-libXp-dev/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/xorg-libXp-dev/receipt Tue May 28 13:24:15 2013 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="xorg-libXp-dev" 1.6 SOURCE="libXp" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.0.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xorg module devel files." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -13,11 +13,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - # _pkg is not set correctly when both SOURCE and WANTED are defined 1.17 - 1.18 - 1.19 mkdir -p $fs/usr/lib 1.20 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 } 1.25