wok diff sylpheed-dev/receipt @ rev 13624
Up libvalhalla (2.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 13 16:28:48 2012 +0100 (2012-11-13) |
parents | 0f91a813fe71 |
children | 7896f0694ef6 |
line diff
1.1 --- a/sylpheed-dev/receipt Sat Feb 05 21:56:37 2011 +0000 1.2 +++ b/sylpheed-dev/receipt Tue Nov 13 16:28:48 2012 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sylpheed-dev" 1.7 -VERSION="3.1.0" 1.8 +VERSION="3.3.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Sylpheed devel files" 1.11 -MAINTAINER="fraazz@altern.org" 1.12 -DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 1.13 +MAINTAINER="pankso@slitaz.org" 1.14 WANTED="sylpheed" 1.15 WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.16 1.17 +DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 1.18 + 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/include $fs/usr 1.24 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.25 + cp -a $install/usr/include $fs/usr 1.26 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 }