Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
511 B

import 'compile/waf'
name=mpv
version=0.28.2
dlextract "https://github.com/mpv-player/$name/archive/v$version/$name-$version.tar.gz" \
'b6538dec29a2a69574f4e3a3d688fb8b'
_
cd "$name-$version"
compile_waf -- \
--confdir="/$dir_prefix/$dir_sysconf" \
--incdir="/$dir_prefix/$dir_include" \
--datadir="/$dir_prefix/$dir_data" \
--mandir="/$dir_prefix/$dir_man" \
--docdir="/$dir_prefix/$dir_doc/$name" \
--enable-zsh-comp
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: