wok-next diff vcdimager/receipt @ rev 20833

prosody: what I see missing when I start the old prosody 0.9.4
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:03:23 2018 +0000 (2018-06-17)
parents 9e5dca6702bf
children d5aab818505e
line diff
     1.1 --- a/vcdimager/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/vcdimager/receipt	Sun Jun 17 19:03:23 2018 +0000
     1.3 @@ -6,8 +6,9 @@
     1.4  SHORT_DESC="vcd tools"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://www.vcdimager.org/"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10 -WEB_SITE="http://www.vcdimager.org/" 
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13  BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev gfortran"
    1.14 @@ -15,6 +16,7 @@
    1.15  
    1.16  compile_rules() {
    1.17  	./configure $CONFIGURE_ARGS &&
    1.18 +	fix libtool &&
    1.19  	make &&
    1.20  	make install
    1.21  }