summaryrefslogtreecommitdiff
path: root/mpv/Pkgfile
blob: a90ee9281f3234810d67ffc6026e919b111e38c0 (plain)
    1 # Description: General Purpose video player based on MPlayer and mplayer2
    2 # URL:         http://mpv.io
    3 # Maintainer:  Maximilian Dietrich, dxm at openmailbox dot org
    4 # Depends on:  ffmpeg docutils
    5 # Nice to have: libquvi libdvdread libdvdnav
    6 
    7 name=mpv
    8 version=0.14.0
    9 release=1
   10 source=(https://github.com/$name-player/$name/archive/v$version.tar.gz)
   11 
   12 build () {
   13 	cd $name-$version
   14 
   15 	./bootstrap.py
   16 	./waf configure \
   17 		--prefix=/usr \
   18 		--mandir=/usr/share/man \
   19 	
   20 	./waf build
   21 	./waf install --destdir=$PKG
   22 	rm -rf $PKG/usr/share/doc
   23 }

Generated by cgit