stage 4 package updates
[hdw-linux/hdw-linux.git] / packages / multimedia / vobcopy / vobcopy
1 # hdw - linux vobcopy package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.5.14
6 # [S] 3-4
7 # [D] vobcopy-0.5.14.tar.bz2 http://lpn.rnbhq.org/download/
8
9 confopt="--prefix=$prefix --bindir=$prefix/bin --mandir=$prefix/man --with-lfs"
10 confopt="$confopt --with-dvdread-libs=$prefix --with-dvdcss-libs=$prefix"
11
12 build_main()    {
13         echo "configuring ..."
14         ./configure.sh $confopt &&
15         echo "building ..."
16         make &&
17         make install
18                 }