wok diff xorg-libXpm-dev/receipt @ rev 13225

fail2ban: add fail2ban filter
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 13 19:15:01 2012 +0200 (2012-08-13)
parents be13f25e790b
children 7be02119d74d
line diff
     1.1 --- a/xorg-libXpm-dev/receipt	Sun Feb 20 06:53:59 2011 +0000
     1.2 +++ b/xorg-libXpm-dev/receipt	Mon Aug 13 19:15:01 2012 +0200
     1.3 @@ -1,6 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="xorg-libXpm-dev"
     1.7 -VERSION="3.5.9"
     1.8 +VERSION="3.5.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg module devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -8,12 +9,12 @@
    1.13  WANTED="xorg-libXpm"
    1.14  SOURCE="libXpm"
    1.15  WEB_SITE="http://www.x.org/"
    1.16 +
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	
    1.22 -	cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/include $fs/usr
    1.25 +	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +	cp -a $install/usr/include $fs/usr
    1.28  }