wok diff commoncpp2/receipt @ rev 17476

isolinux/iso2exe: fix mkfloppy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 29 18:24:44 2014 +0100 (2014-12-29)
parents 60943ee2c8db
children 71360a13cd94
line diff
     1.1 --- a/commoncpp2/receipt	Sat May 21 18:43:47 2011 +0000
     1.2 +++ b/commoncpp2/receipt	Mon Dec 29 18:24:44 2014 +0100
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A very portable and highly optimized class framework for writing C++ applications."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="glibc-base gcc-lib-base zlib"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/commoncpp/"
    1.11  WGET_URL="$GNU_MIRROR/commoncpp/$TARBALL"
    1.12  
    1.13 +DEPENDS="glibc-base gcc-lib-base zlib"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -25,5 +27,5 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.24  }