wok rev 11162

Up: gmime to 2.4.26.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 02 06:54:24 2011 +0000 (2011-11-02)
parents 7e7ac588d1f4
children 3bc99b51b9cf
files gmime-dev/receipt gmime/receipt
line diff
     1.1 --- a/gmime-dev/receipt	Wed Nov 02 06:52:19 2011 +0000
     1.2 +++ b/gmime-dev/receipt	Wed Nov 02 06:54:24 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gmime-dev"
     1.7 -VERSION="2.4.22"
     1.8 +VERSION="2.4.26"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="library for parsing messages using MIME"
    1.11  MAINTAINER="allan316@gmail.com"
     2.1 --- a/gmime/receipt	Wed Nov 02 06:52:19 2011 +0000
     2.2 +++ b/gmime/receipt	Wed Nov 02 06:54:24 2011 +0000
     2.3 @@ -1,27 +1,26 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gmime"
     2.7 -VERSION="2.4.22"
     2.8 +VERSION="2.4.26"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="library for parsing messages using MIME"
    2.11  MAINTAINER="allan316@gmail.com"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://spruce.sourceforge.net/gmime"
    2.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.15 +
    2.16  DEPENDS="glib zlib"
    2.17  BUILD_DEPENDS="glib-dev zlib-dev"
    2.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.19 -WEB_SITE="http://spruce.sourceforge.net/gmime"
    2.20 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25  	cd $src
    2.26  	./configure \
    2.27 -		--prefix=/usr \
    2.28 -		--infodir=/usr/share/info \
    2.29 -		--mandir=/usr/share/man \
    2.30  		--disable-mono \
    2.31 -		$CONFIGURE_ARGS &&
    2.32 -	make && make DESTDIR=$PWD/_pkg install
    2.33 +		--build=$HOST_SYSTEM \
    2.34 +		--host=$HOST_SYSTEM &&
    2.35 +	make && make DESTDIR=$DESTDIR install
    2.36  }
    2.37  
    2.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.39 @@ -41,6 +40,6 @@
    2.40  
    2.41  post_remove()
    2.42  {
    2.43 -	ln -s /bin/busybox /usr/bin/uuencode
    2.44 -	ln -s /bin/busybox /usr/bin/uudecode
    2.45 +	ln -s /bin/busybox $1/usr/bin/uuencode
    2.46 +	ln -s /bin/busybox $1/usr/bin/uudecode
    2.47  }