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

audio: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:39:19 +0200
parents 445c0f2c4dd3
children bad483aace64
comparison
equal deleted inserted replaced
516:014d018468fb 517:ec518dff4152
44 ./configure \ 44 ./configure \
45 --build=$CBUILD \ 45 --build=$CBUILD \
46 --host=$CHOST \ 46 --host=$CHOST \
47 --disable-static \ 47 --disable-static \
48 --enable-shared \ 48 --enable-shared \
49 --prefix=/usr 49 --prefix=/
50 make 50 make
51 make install DESTDIR=$DESTDIR docdir=/usr/share/doc/$PKGNAME 51 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME
52 rm -f $DESTDIR/usr/lib/libvorbis{,file,enc}.la 52 rm -f $DESTDIR/lib/libvorbis{,file,enc}.la
53 53
54 popd 54 popd
55 rm -rf $PKGNAME-$PKGVERSION 55 rm -rf $PKGNAME-$PKGVERSION
56 } 56 }