comparison audio/libogg/libogg.sh @ 517:ec518dff4152

audio: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:39:19 +0200
parents 23cfe919307f
children bad483aace64
comparison
equal deleted inserted replaced
516:014d018468fb 517:ec518dff4152
40 LDFLAGS="$LDFLAGS" \ 40 LDFLAGS="$LDFLAGS" \
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix=/usr \ 45 --prefix=/ \
46 --enable-shared \ 46 --enable-shared \
47 --disable-static 47 --disable-static
48 make 48 make
49 make install DESTDIR=$DESTDIR 49 make install DESTDIR=$DESTDIR
50 rm -f $DESTDIR/usr/lib/libogg.la 50 rm -f $DESTDIR/lib/libogg.la
51 51
52 popd 52 popd
53 rm -rf $PKGNAME-$PKGVERSION 53 rm -rf $PKGNAME-$PKGVERSION
54 } 54 }