comparison x11/libxshmfence/libxshmfence.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children bad483aace64
comparison
equal deleted inserted replaced
540:55d07eb631e4 541:cacbd9d3d3a8
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix=/usr \ 46 --prefix=/ \
47 --disable-static \ 47 --disable-static \
48 --enable-shared \ 48 --enable-shared \
49 --enable-futex 49 --enable-futex
50 make 50 make
51 make install DESTDIR=$DESTDIR 51 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/usr/lib/libxshmfence.la 52 rm -f $DESTDIR/lib/libxshmfence.la
53 53
54 popd 54 popd
55 rm -rf $PKGNAME-$PKGVERSION 55 rm -rf $PKGNAME-$PKGVERSION
56 } 56 }