comparison src/vmime.mk @ 723:1d0d78bf2dd2

upgrade package vmime to 0.9.1-svn-r529
author Mark Brand <mabrand@mabrand.nl>
date Wed, 10 Feb 2010 12:58:41 +0100
parents bfc3a4937bcb
children 20bb3a6a9c81
comparison
equal deleted inserted replaced
722:dc0a01dbbcd6 723:1d0d78bf2dd2
17 $(SED) -n 's,.*vmime-\([0-9][^>]*\)\.tar\.bz2.*,\1,p' | \ 17 $(SED) -n 's,.*vmime-\([0-9][^>]*\)\.tar\.bz2.*,\1,p' | \
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 # ansi and pedantic are too strict for mingw
23 # http://sourceforge.net/tracker/index.php?func=detail&aid=2373234&group_id=2435&atid=102435
24 $(SED) "s/'-ansi', //;" -i '$(1)/SConstruct'
25 $(SED) "s/'-pedantic', //;" -i '$(1)/SConstruct'
26
27 cd '$(1)' && scons autotools sendmail_path=/sbin/sendmail
28
22 $(SED) 's,libtoolize ,$(LIBTOOLIZE) ,' -i '$(1)'/bootstrap 29 $(SED) 's,libtoolize ,$(LIBTOOLIZE) ,' -i '$(1)'/bootstrap
23 cd '$(1)' && ./bootstrap 30 cd '$(1)' && ./bootstrap
24 cd '$(1)' && ./configure \ 31 cd '$(1)' && ./configure \
25 --prefix='$(PREFIX)/$(TARGET)' \ 32 --prefix='$(PREFIX)/$(TARGET)' \
26 --host='$(TARGET)' \ 33 --host='$(TARGET)' \