]> git.armaanb.net Git - asd-repo.git/blob - extra/libpng/build
Adapt for asd linux
[asd-repo.git] / extra / libpng / build
1 #!/bin/sh -e
2
3 patch -p1 < libpng-1.6.37-apng.patch
4
5 ./configure \
6     --prefix=/usr
7
8 make
9 make DESTDIR="$1" install