1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh -e export LDFLAGS="-Wl,-z,lazy" autoreconf -i ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ --with-default-dri=3 make make DESTDIR="$1" install