wok diff libee-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 0ef9618e4ad5
children 6c3718ca17b6
line diff
     1.1 --- a/libee-dev/receipt	Wed Dec 14 02:27:17 2011 +0100
     1.2 +++ b/libee-dev/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -6,18 +6,14 @@
     1.4  SHORT_DESC="libee dev files."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  WEB_SITE="http://www.libee.org/download/"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8  WANTED="libee"
     1.9  
    1.10  DEPENDS="libee"
    1.11 -BUILD_DEPENDS=""
    1.12 -
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib
    1.18 -	
    1.19  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21  	cp -a $install/usr/include $fs/usr