wok-next diff gmime/receipt @ rev 8801
fix djmount compile_rules(): needs -j1 to compile & install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 23 00:20:05 2011 +0100 (2011-02-23) |
parents | e4c44c62d5f2 |
children | 21b80c68de86 |
line diff
1.1 --- a/gmime/receipt Wed Mar 03 18:19:19 2010 +0100 1.2 +++ b/gmime/receipt Wed Feb 23 00:20:05 2011 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gmime" 1.7 -VERSION="2.2.23" 1.8 +VERSION="2.4.22" 1.9 CATEGORY="development" 1.10 SHORT_DESC="library for parsing messages using MIME" 1.11 MAINTAINER="allan316@gmail.com" 1.12 DEPENDS="glib zlib" 1.13 BUILD_DEPENDS="glib-dev zlib-dev" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://spruce.sourceforge.net/gmime" 1.17 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.2/$TARBALL" 1.18 +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -27,8 +27,8 @@ 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr 1.27 + mkdir -p $fs/usr/lib 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 - cp -a $_pkg/usr/lib $fs/usr 1.30 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.31 } 1.32