wok-next diff libgringotts/receipt @ rev 21039

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents 25deb7c6df08
children
line diff
     1.1 --- a/libgringotts/receipt	Sat Apr 14 03:34:33 2018 +0300
     1.2 +++ b/libgringotts/receipt	Fri Nov 09 03:18:57 2018 +0200
     1.3 @@ -12,13 +12,13 @@
     1.4  WGET_URL="$SF_MIRROR/gringotts.berlios/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="bzip2-dev zlib-dev libmcrypt-dev mhash-dev file"
     1.7 -SPLIT="libgringotts-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	fix libtool &&
    1.13  	make &&
    1.14 -	make DESTDIR=$DESTDIR install
    1.15 +	make DESTDIR=$install install
    1.16  }
    1.17  
    1.18  genpkg_rules() {