comparison multimedia/libtheora/libtheora.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 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
35 CC="$CC" \ 35 CC="$CC" \
36 CFLAGS="$CFLAGS" \ 36 CFLAGS="$CFLAGS" \
37 LDFLAGS="$LDFLAGS" \ 37 LDFLAGS="$LDFLAGS" \
38 LIBS="$LIBS" \ 38 LIBS="$LIBS" \
39 ./configure \ 39 ./configure \
40 --prefix= \ 40 --prefix=/usr \
41 --disable-examples \ 41 --disable-examples \
42 --enable-shared 42 --enable-shared
43 make 43 make
44 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME 44 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME
45 find $DESTDIR -type f -name "*.la" -delete 45 find $DESTDIR -type f -name "*.la" -delete