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

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 7828241c9634
children bad483aace64
comparison
equal deleted inserted replaced
522:574e733aebf8 523:b1690d766bdb
115 LDFLAGS="$LDFLAGS" \ 115 LDFLAGS="$LDFLAGS" \
116 LIBS="$LIBS" \ 116 LIBS="$LIBS" \
117 ./configure \ 117 ./configure \
118 --build=$CBUILD \ 118 --build=$CBUILD \
119 --host=$CHOST \ 119 --host=$CHOST \
120 --prefix=/usr \ 120 --prefix=/ \
121 --disable-ltdl-install \ 121 --disable-ltdl-install \
122 --without-included-ltdl \ 122 --without-included-ltdl \
123 --without-qt \ 123 --without-qt \
124 --without-devil \ 124 --without-devil \
125 --without-poppler \ 125 --without-poppler \
151 $with_webp \ 151 $with_webp \
152 $with_x \ 152 $with_x \
153 $with_xml 153 $with_xml
154 make 154 make
155 make install DESTDIR=$DESTDIR 155 make install DESTDIR=$DESTDIR
156 rm -f $DESTDIR/usr/lib/graphviz/*.la 156 rm -f $DESTDIR/lib/graphviz/*.la
157 rm -f $DESTDIR/usr/lib/graphviz/perl/*.la 157 rm -f $DESTDIR/lib/graphviz/perl/*.la
158 rm -f $DESTDIR/usr/lib/libcdt.la 158 rm -f $DESTDIR/lib/libcdt.la
159 rm -f $DESTDIR/usr/lib/libcgraph.la 159 rm -f $DESTDIR/lib/libcgraph.la
160 rm -f $DESTDIR/usr/lib/libgvc.la 160 rm -f $DESTDIR/lib/libgvc.la
161 rm -f $DESTDIR/usr/lib/libgvpr.la 161 rm -f $DESTDIR/lib/libgvpr.la
162 rm -f $DESTDIR/usr/lib/liblab_gamut.la 162 rm -f $DESTDIR/lib/liblab_gamut.la
163 rm -f $DESTDIR/usr/lib/libpathplan.la 163 rm -f $DESTDIR/lib/libpathplan.la
164 rm -f $DESTDIR/usr/lib/libxdot.la 164 rm -f $DESTDIR/lib/libxdot.la
165 165
166 popd 166 popd
167 rm -rf $PKGNAME-$PKGVERSION 167 rm -rf $PKGNAME-$PKGVERSION
168 } 168 }