aboutsummaryrefslogtreecommitdiff
path: root/xorg/xclip/build
blob: e6b61563610a279045079f3dce1f0e1eb8ed6b2a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

autoreconf -i

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install