comparison graphics/pixman/pixman.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents d7016722ea6d
children bad483aace64
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
57 LDFLAGS="$LDFLAGS" \ 57 LDFLAGS="$LDFLAGS" \
58 LIBS="$LIBS" \ 58 LIBS="$LIBS" \
59 ./configure \ 59 ./configure \
60 --build=$CBUILD \ 60 --build=$CBUILD \
61 --host=$CHOST \ 61 --host=$CHOST \
62 --prefix=/usr \ 62 --prefix=/ \
63 --disable-gnuplot \ 63 --disable-gnuplot \
64 --disable-gtk \ 64 --disable-gtk \
65 --disable-static \ 65 --disable-static \
66 --enable-shared \ 66 --enable-shared \
67 $with_openmp \ 67 $with_openmp \
68 $with_png 68 $with_png
69 make 69 make
70 make install DESTDIR=$DESTDIR 70 make install DESTDIR=$DESTDIR
71 rm -f $DESTDIR/usr/lib/libpixman-1.la 71 rm -f $DESTDIR/lib/libpixman-1.la
72 72
73 popd 73 popd
74 rm -rf $PKGNAME-$PKGVERSION 74 rm -rf $PKGNAME-$PKGVERSION
75 } 75 }