]> git.armaanb.net Git - asd-repo.git/blob - xorg/xvidcore/build
Restructure repository
[asd-repo.git] / xorg / xvidcore / build
1 #!/bin/sh -e
2
3 cd build/generic
4
5 ./configure \
6     --prefix=/usr
7
8 make
9 make DESTDIR="$1" install