wok diff libffi/receipt @ rev 17702
Add dosbox-mb (thanks vincent perry)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 28 00:30:06 2015 +0100 (2015-02-28) |
parents | 8f447cf2eee5 |
children | 9480f04fa684 |
line diff
1.1 --- a/libffi/receipt Sat Nov 09 20:47:29 2013 +0000 1.2 +++ b/libffi/receipt Sat Feb 28 00:30:06 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libffi" 1.7 -VERSION="3.0.11" 1.8 +VERSION="3.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A portable foreign function interface library." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --includedir=/usr/include \ 1.19 $CONFIGURE_ARGS &&