comparison compression/zlib/zlib.sh @ 1242:4c7d308e0000

compression/zlib: tar -xvf
author David Demelier <markand@malikania.fr>
date Fri, 29 Oct 2021 16:52:58 +0200
parents 325631424c65
children 9867e578b1a9
comparison
equal deleted inserted replaced
1241:a731e0420923 1242:4c7d308e0000
26 : ${CFLAGS:=-O2} 26 : ${CFLAGS:=-O2}
27 27
28 build() 28 build()
29 { 29 {
30 rm -rf $PKGNAME-$PKGVERSION 30 rm -rf $PKGNAME-$PKGVERSION
31 tar xvf $PKGNAME-$PKGVERSION.tar.gz 31 tar -xvf $PKGNAME-$PKGVERSION.tar.gz
32 cd $PKGNAME-$PKGVERSION 32 cd $PKGNAME-$PKGVERSION
33 33
34 # custom configure script. 34 # custom configure script.
35 CC="$CC" CFLAGS="$CFLAGS" ./configure --prefix= 35 CC="$CC" CFLAGS="$CFLAGS" ./configure --prefix=
36 make 36 make