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

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 045ae65dec6e
children b27125e29f82
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
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=/usr \ 61 --prefix=/ \
62 --disable-static \ 62 --disable-static \
63 --enable-shared \ 63 --enable-shared \
64 $with_vala 64 $with_vala
65 make 65 make
66 make install DESTDIR=$DESTDIR 66 make install DESTDIR=$DESTDIR
67 rm -f $DESTDIR/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la 67 rm -f $DESTDIR/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la
68 rm -f $DESTDIR/usr/lib/librsvg-2.la 68 rm -f $DESTDIR/lib/librsvg-2.la
69 69
70 popd 70 popd
71 rm -rf $PKGNAME-$PKGVERSION 71 rm -rf $PKGNAME-$PKGVERSION
72 } 72 }