wok-next diff libgringotts/receipt @ rev 21527

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
parents 25deb7c6df08
children
line diff
     1.1 --- a/libgringotts/receipt	Sat Apr 14 03:34:33 2018 +0300
     1.2 +++ b/libgringotts/receipt	Fri Jun 19 15:06:45 2020 +0100
     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() {