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.
 
 
 
 
 

13 lines
343 B

import 'compile/configure'
name=x264
version=20180421-2245
dlextract "http://ftp.videolan.org/pub/videolan/$name/snapshots/$name-snapshot-$version-stable.tar.bz2" \
'c0b295d1c8950eb98eadb5193c7ea97a'
_
cd "$name-snapshot-$version-stable"
compile_configure -- --enable-shared
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: