comparison graphics/libgd/libgd.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
113 LDFLAGS="$LDFLAGS" \ 113 LDFLAGS="$LDFLAGS" \
114 LIBS="$LIBS" \ 114 LIBS="$LIBS" \
115 ./configure \ 115 ./configure \
116 --build=$CBUILD \ 116 --build=$CBUILD \
117 --host=$CHOST \ 117 --host=$CHOST \
118 --prefix=/usr \ 118 --prefix=/ \
119 --disable-static \ 119 --disable-static \
120 --enable-shared \ 120 --enable-shared \
121 $with_fontconfig \ 121 $with_fontconfig \
122 $with_freetype \ 122 $with_freetype \
123 $with_jpeg \ 123 $with_jpeg \
127 $with_webp \ 127 $with_webp \
128 $with_x \ 128 $with_x \
129 $with_zlib 129 $with_zlib
130 make 130 make
131 make install DESTDIR=$DESTDIR 131 make install DESTDIR=$DESTDIR
132 rm -f $DESTDIR/usr/lib/libgd.la 132 rm -f $DESTDIR/lib/libgd.la
133 133
134 popd 134 popd
135 rm -rf $PKGNAME-$PKGVERSION 135 rm -rf $PKGNAME-$PKGVERSION
136 } 136 }