wok diff expat/receipt @ rev 20045
Improvements
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 31 04:02:39 2017 -0300 (2017-08-31) |
parents | 21172827b7f1 |
children | baa7232f49c4 |
line diff
1.1 --- a/expat/receipt Sat Mar 28 17:58:24 2015 +0100 1.2 +++ b/expat/receipt Thu Aug 31 04:02:39 2017 -0300 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="expat" 1.5 VERSION="2.1.0" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="XML parsing library." 1.8 +SHORT_DESC="XML parsing C library" 1.9 MAINTAINER="pankso@slitaz.org" 1.10 LICENSE="MIT" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 @@ -14,7 +14,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure $CONFIGURE_ARGS && 1.18 make && make DESTDIR=$DESTDIR install 1.19 } 1.20 @@ -23,9 +22,9 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib $fs/usr/bin 1.24 - cp -a $install/usr/bin/* $fs/usr/bin 1.25 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 - # expat so.0 symbolic link. 1.27 - cd $fs/usr/lib 1.28 - ln -s libexpat.so.1.*.* libexpat.so.0 1.29 + cp -a $install/usr/bin/* $fs/usr/bin 1.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.31 + # expat so.0 symbolic link. 1.32 + cd $fs/usr/lib 1.33 + ln -s libexpat.so.1.*.* libexpat.so.0 1.34 }