]> git.armaanb.net Git - asd-repo.git/blob - core/pkgconf/build
Adapt for asd linux
[asd-repo.git] / core / pkgconf / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --sysconfdir=/etc
6
7 make
8 make DESTDIR="$1" install
9
10 ln -s pkgconf "$1/usr/bin/pkg-config"