comparison audio/libsamplerate/libsamplerate.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
56 LDFLAGS="$LDFLAGS" \ 56 LDFLAGS="$LDFLAGS" \
57 LIBS="$LIBS" \ 57 LIBS="$LIBS" \
58 ./configure \ 58 ./configure \
59 --build=$CBUILD \ 59 --build=$CBUILD \
60 --host=$CHOST \ 60 --host=$CHOST \
61 --prefix= \ 61 --prefix=/usr \
62 --docdir=/share/doc/$PKGNAME \ 62 --docdir=/share/doc/$PKGNAME \
63 $with_sndfile 63 $with_sndfile
64 make 64 make
65 make install DESTDIR=$DESTDIR 65 make install DESTDIR=$DESTDIR
66 find $DESTDIR -type f -name "*.la" -delete 66 find $DESTDIR -type f -name "*.la" -delete